document it
This commit is contained in:
parent
da026a3003
commit
aaa6875dcb
1 changed files with 6 additions and 3 deletions
|
@ -3,9 +3,12 @@ Make sure you have `nodemon` and `node-sass` installed
|
||||||
`$ npm install -g nodemon node-sass`
|
`$ npm install -g nodemon node-sass`
|
||||||
|
|
||||||
|
|
||||||
Run both of the following at the same time, in two terminals
|
Run the following at the same time, in two terminals
|
||||||
|
|
||||||
```
|
```
|
||||||
$ nodemon server.js
|
$ API=http://localhost:3001 nodemon server.js
|
||||||
$ node-sass -w sass/application.scss public/css/application.css
|
$ node-sass -w sass/application.scss public/css/application.css
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Run the metamaps api in another terminal using
|
||||||
|
`$ rails s -p 3001`
|
Loading…
Add table
Reference in a new issue