Added basic README installation steps.

This commit is contained in:
Gunther Brunner
2014-05-28 16:10:22 +09:00
parent 5e6831ba65
commit 059b944c5d

View File

@@ -1 +1,26 @@
# STF
# STF
### Requeriments
- NodeJS
- Bower
- RethinkDB
### Install
- `brew install rethinkdb`
- `npm install -g bower`
- `npm install`
- `bower install`
- `npm link`
### Run
- `rethinkdb`
- `stf local`
### Update
- `git pull`
- `npm install`
- `bower install`