Skip to content

Reigertje/planningpoker

Repository files navigation

Planning Poker

Installation

Docker

  1. Build docker image: docker build . -t chriszo111/planningpawker:latest a. Forlinux/amd64: docker buildx build --platform linux/amd64 . -t chriszo111/planningpawker:latest_amd64
  2. Run docker container: docker run -d -it --rm -p 9000:8080/tcp chriszo111/planningpawker:latest

You can now access the app by visiting http://localhost:8080 in your browser.

Node.js

Requirements

  • Make sure you have node.js, npm and yarn installed.

Server

  1. Run npm install in the root folder
  2. Run server with node main.js

Frontend

  1. Navigate to frontend directory cd ./frontend
  2. Install packages yarn install
  3. Start development server yarn start

You can now access the app by visiting http://localhost:3000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages