document it

This commit is contained in:
Connor Turland 2018-03-03 22:52:41 -05:00
parent da026a3003
commit aaa6875dcb

View file

@ -3,9 +3,12 @@ Make sure you have `nodemon` and `node-sass` installed
`$ 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
```
```
Run the metamaps api in another terminal using
`$ rails s -p 3001`