UI for the configuration website of bidTorrent: http://www.bidtorrent.io
- install npm
- install grunt cli with
npm install grunt-cli -g
to have grunt in your path - install all the node modules by running
npm install
- install bower by running
npm install bower -g
- install all the bower component by running
bower install
- -run
grunt serverwatch
and connect tolocalhost:3000
for dev- (broken ATM use easyphp) - or run easyphp on the src/ folder
- run
grunt release
to package the app in the bin/ folder. - you can use easyphp on the bin/ folder to