PlanningPoker is developed by Trantect.
You need Node installed globally:
1.Install dependencies
$ npm install
2.Make build files
$ npm run build
3.Run with python simpleHttpServer(default port 3000)
$ cd build && ../script/manifest.py
run test with mocha
$ npm run test
Want to contribute? Great!
Open your favorite Terminal and run these commands.
1.Listen on http://localhost:8080, make a change in your file and instantanously see your updates!
$ npm run dev
2.If you change any files and want to see your updates on other devices, you need to modify src/offline.manifest version.
And then run these commands:
$ npm run build
$ cd build && ../script/manifest.py