Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 836 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 836 Bytes

Planning Poker

Build Status Coverage Status

About

UI for a agile planning poker for scrum teams to make story estimation faster and more efficient.

Built in React and Redux, connecting to a socket server to communicate with other players.

Getting Started

Install dependencies

npm install

Run in development locally

npm run dev

Build for production

npm run build

Environment Variables

  • SERVER_URL: Server URL of the game server to connect to. Required

Testing

npm test