Skip to content

A realtime Planning Poker application for distributed Agile teams

Notifications You must be signed in to change notification settings

onikiienko/githubplanning

Repository files navigation

planningpoker

Build Status Built with Grunt Application

http://githubplanning.com/

git pull && npm install && grunt build && pm2 start app.js

Developing

Install node http://nodejs.org/ and npm https://www.npmjs.org/ Install dependences

npm install 

Install Grunt

sudo npm install -g grunt-cli

Install Babel CLI

npm install --global babel

Enable watch task

grunt

Start process

sudo node app.js 

Or install pm2. he works even better

sudo npm install pm2 -g

Then run

sudo pm2 start app.js

Open http://127.0.0.1/

Install

Install node http://nodejs.org/ and npm https://www.npmjs.org/ Instal dep

npm install 

Install Grunt

npm install -g grunt-cli

To build project for installing on server

grunt build

Start process

sudo node app.js 

Open http://127.0.0.1/

Testing

Install Karma

npm install -g karma-cli

Start tests

grunt test

Tests are running on Travis-CI.

About

A realtime Planning Poker application for distributed Agile teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published