Skip to content

mateusKoppe/planning-poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planning Poker

Estimate your tasks easily

demo

This app provides a simple, real-time and easy-to-use interface to help your team estimate the tasks in your sprints.

Built with

Getting Started

To make the app run is a very straightforward process:

yarn
yarn build
yarn start

It will spin-up a server on the port 8080.

You can change this with the REACT_APP_API_PORT environment variable:

REACT_APP_API_PORT=80 yarn start

Development

To make changes in the repository and use the dev environment:

yarn
yarn dev

Deploying

When you deploy the application you will probably want to change the REACT_APP_API_PORT and REACT_APP_API_DOMAIN environment variables:

REACT_APP_API_PORT=80 REACT_APP_API_DOMAIN=myplanningpai.com yarn build

# You don't need the domain to start
# Don't forget to use the same port when you start the API
REACT_APP_API_PORT=80 yarn start

License

Distributed under the MIT License. See LICENSE for more information.