Online Planning poker that uses the Planning Poker cards by Redbooth.
$ npm run build
$ npm run start
With hot reload.
$ cd frontend
$ npm run dev
With hot reload.
$ cd server
$ npm run dev
$ cd frontend
$ npm run start
Visit: http://localhost:3000
You can use the public image
$ docker pull ghcr.io/justmejulian/open-planning-poker:latest
or 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/justmejulian/open-planning-poker as <container-name>.
Visit: http://localhost:3000