Welcome to the ScrumPokerOSS wiki!
-
How to deploy it in private firebase project
- Download the local copy of repository.
- Configure firebase public/script/firebaseScript.js ---> firebaseConfig
- Download firebase cli
- Go To functions:
- Run commands:
npm install firebase-functions@latest firebase-admin@latest --save
npm install -g firebase-tools
npm install cors
- Go back to Home and run : firebase deploy
- Open the link and you are ready to go.
-
Make fork of the repository
-
Clone your fork
git clone <your repository ssh>
-
Create a branch
git branch <your branch name>
-
Cheackout branch
git branch <your branch name>
-
Make Changes
-
Add Changes
git add <filepath/filename>
-
Commit Changes
git commit -option
-
Push your Changes
git Push -option
-
Raise a pull request to Upstream Master branch
Note: Please add upstream to your fork