-
Notifications
You must be signed in to change notification settings - Fork 41
Contributors Guide
Aakil Fernandes edited this page Feb 18, 2016
·
6 revisions
Want to contribute to the development of SafeMarket? You've come to the right place.
Gitter: https://github.com/SafeMarket/dapp Trello: https://trello.com/b/xObXCJ3t/safemarket
- Clone the SafeMarket/dapp repo
- Run
npm install
to install node dependencies - Run
bower install
to install bower dependencies - Start connecting to the devnet with
grunt geth:development
- Start a local server with
grunt server
- Build/watch files with
grunt run
We use protractor for running tests, meaning you must have protractor set up on your machine.
- If you don't have protractor installed, run
npm install -g protractor
- Run
webdriver-manager start
- In another terminal tab, run
grunt test