Planify: Planning Poker® Desktop application built with Electron, React & Typescript
# clone repo
$ git clone https://github.com/lexmartinez/planning-poker
# open work folder
$ cd planning-poker
# install the dependencies
$ npm install
# run the app on develop mode
$ npm start
Once you have installed all dependencies you can now start developing with:
npm start
oryarn start
It will start a local server with the React app and the Electron application on development mode.
The App uses GitHub and Google as OAuth providers, so in order to develop and bundle the applications you must create a GitHub OAuth App and/or Google Project and include the given CLIENT_ID
and CLIENT_SECRET
on ./src/config/oauth.js
To bundle code in production mode, run the command bellow, the default output directory is /dist
npm run dist
oryarn dist
Planning Poker® is a registered trademark of Mountain Goat Software, LLC.
This project is licensed under MIT License - see the LICENSE.md file for details.