-
Notifications
You must be signed in to change notification settings - Fork 6
How to get started
Vivek Kumar edited this page Aug 22, 2020
·
6 revisions
Welcome to the NukeOSS 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
firebase init
- Select all the options and please do not overwrite any file rather you can skip wherever it's needed to overwrite.
- 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>
-
Checkout branch:
git checkout <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 remote