/PlanningPoker

Primary LanguageJavaScriptApache License 2.0Apache-2.0

PlanningPoker

PlanningPoker is developed by Trantect.

Installation

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

Tests

run test with mocha

$ npm run test

Development

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

License

Apache 2.0 License