mirror of
https://github.com/openstf/stf
synced 2025-10-03 09:49:17 +02:00
Android remote access
bin | ||
doc | ||
lib | ||
res | ||
test | ||
vendor | ||
.editorconfig | ||
.gitignore | ||
.jshintrc | ||
.npmignore | ||
.yo-rc.json | ||
bower.json | ||
component.json | ||
gulpfile.js | ||
README.md | ||
webpack.config.js |
STF
Requirements
- NodeJS
- Bower
- RethinkDB
Install
brew install rethinkdb
- Make internal npm work
brew install protobuf
brew install zmq
npm install -g bower
npm install
bower install
npm link
Run
rethinkdb
stf local
Update
git pull
npm install
bower install