thdk / scrum-poker-online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrum Poker Online

Cloud Build

Play scrum poker online with your scrum team. Simply join an existing session or create a new session code and share it with your team members.

Click to play scrum poker online

Build with firestorable.

screensot

Contribute

Firebase project

Create a new firebase project or ask another contributor to join an existing firebase project.

Configure firebase project

Create a .env file with your firebase secrets from the firebase console.

# .env
REACT_APP_FIREBASE_API_KEY=
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_AUTH_DOMAIN=

Then start the application without using any firbase emulators.

npm run start

Available scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Note: if your are using the 'auto config' setup mentioned above, you must have the emulator running in another terminal.

npm run emulators

This will start the firebase hosting and firestore emulator.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run deploy

Builds the app for production and deploys it to firebase hosting site if a site is configured in the firebase console for the project.

npm run serve

Similator to npm run emulators but this one will only start the hosting emulator so that firestore request will be made to the real firestore data.

Credits

Game Icon by Mohit Gandhi on Iconscout

About

License:MIT License


Languages

Language:JavaScript 56.4%Language:TypeScript 38.5%Language:CSS 3.2%Language:HTML 1.7%Language:Dockerfile 0.2%