How to get started - NukeOSS/nukeoss GitHub Wiki
Welcome to the NukeOSS wiki!
Thank You for contributing !!!!!!!!!!!!!!!!!!!
Contributing to open source projects is a good way to get yourself skilled up.
How to use:
-
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.
How to Contribute:
-
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