SEARCA's Bidding Management System
- Install git or git-scm for windows
- Install yarn
$ npm install -g gulp-cli
$ npm install -g documentation
$ git clone https://github.com/SEARCAPhil/bms_rethink.git
$ cd bms_rethink && git checkout develop
- This is the current development branch$ cd src/
$ gulp
- Open your browser and go to
http://localhost/bms_rethink/www/
For connection configuration, please modify
/src/assets/js/config/network/network.config.js
To generate the code documentation, please run
$ documentation build src/assets/js/** -o docs -f html --shallow
and opendocs/index.html
. You must be on your root directory before running this command
Do not forget to run
$ gulp
everytime you modify or add a script