Online Planning poker that uses the Planning Poker cards by Redbooth.
Hosted on render. -> https://open-planning-poker.onrender.com
$ npm run build
$ npm run startWith hot reload.
$ cd frontend
$ npm run devWith hot reload.
$ cd server
$ npm run dev$ cd frontend
$ npm run startVisit: http://localhost:3000
You can use the public image
$ docker pull ghcr.io/d-portenier/open-planning-poker:latestor build it yourself locally
$ docker build -t <container-name> .$ docker run -p 3000:3000 -d <container-name>Use the same name as you have used when building the image. If you have pulled the image from the registry, use ghcr.io/d-portenier/open-planning-poker as <container-name>.
Visit: http://localhost:3000


