Skip to content

MikaelElkiaer/planning-poker

Repository files navigation

Planning Poker

Dependency Status

How to run

Prerequisites

Starting a local server

  • Install dependencies: npm install
  • Run start script: npm start
  • Alternatively, for development: npm run dev (this will automatically rebuild typescript, and restart server on change)

Deploying to heroku

  • git remote add heroku git@heroku.com:[project-name].git
  • git push heroku