6 lines
263 B
Markdown
6 lines
263 B
Markdown
|
## Development Setup
|
||
|
|
||
|
- Install node and npm (linux users: [use this](https://github.com/nodesource/distributions). if that doesn't work, [this gist may be useful](https://gist.github.com/isaacs/579814))
|
||
|
- Run `./watch.sh` (this will `npm install` dependencies)
|
||
|
|