mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
Yarn instructions
This commit is contained in:
parent
e7cac5cc5e
commit
20af339097
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ Gemfile.lock
|
|||||||
_dist
|
_dist
|
||||||
.awspublish*
|
.awspublish*
|
||||||
.sass-cache
|
.sass-cache
|
||||||
|
yarn.lock
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
You need to have the following tools installed on your development machine before moving on:
|
You need to have the following tools installed on your development machine before moving on:
|
||||||
|
|
||||||
- [node.js](http://nodejs.org/) & [npm](https://npmjs.org/)
|
- [node.js](http://nodejs.org/) & [npm](https://npmjs.org/)
|
||||||
|
- (optional) use [Yarn](https://yarnpkg.com) instead of npm for faster dependency installations
|
||||||
- [Ruby](https://www.ruby-lang.org) (for sanity, install with [rvm](https://rvm.io/))
|
- [Ruby](https://www.ruby-lang.org) (for sanity, install with [rvm](https://rvm.io/))
|
||||||
- [Bundler](http://bundler.io/)
|
- [Bundler](http://bundler.io/)
|
||||||
|
|
||||||
@ -22,6 +23,12 @@ Run the following command from the repository's root folder to install all depen
|
|||||||
npm i && bundle install
|
npm i && bundle install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```bash
|
||||||
|
yarn && bundle install
|
||||||
|
```
|
||||||
|
|
||||||
### Development build
|
### Development build
|
||||||
|
|
||||||
Spin up local dev server and livereloading watch task, reachable under [https://localhost:1337](https://localhost:1337):
|
Spin up local dev server and livereloading watch task, reachable under [https://localhost:1337](https://localhost:1337):
|
||||||
|
Loading…
Reference in New Issue
Block a user