https://github.com/searchkit/searchkit
Raw File
Tip revision: fd67e461c3484401ca3502f4bce0e5858f91ea7d authored by Ash on 18 May 2016, 13:44:04 UTC
Updating to version v0.10.0-1
Tip revision: fd67e46
developer-guide.md
## Developer Guide

### setup
- `npm install`
- `npm install typings -g`

Have these two tasks running whilst developing

- `tsc -w`
- `gulp`

TODO
back to top