Planning Poker is an application for conducting estimation sessions in agile teams that collaborate remotely. Users can join planning rooms where they meet with the other participants. Users can start estimates for tasks, submit their estimates, and mutually reveal the results.
Branch | Build Status | URL |
---|---|---|
|
-
Install node:
nvm install
-
Activate yarn:
nvm exec corepack enable
-
Install the dependencies:
nvm exec yarn install
-
Build the backend:
nvm exec yarn workspace backend build
-
Build the frontend:
nvm exec yarn workspace frontend build
-
Start the frontend with hot reload enabled:
nvm exec yarn workspace frontend dev