mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
27 lines
265 B
Markdown
27 lines
265 B
Markdown
# 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`
|