If you have a suggestion that would make this project better, please create a pull request. Don't forget to give the project a star! Thanks again!
- Internal Contributors - Iotics Core Web Development Team
- External Contributors - (Students, Willing Contributors)
- Clone the Repo
git clone git@github.com:IoTics-iiitn/IoTics.git
If you have forked the project then do this instead
git clone git@github.com:<your_username>/IoTics.git
- Install NPM packages
npm install
- Create your Feature Branch
git checkout -b <branch-name> # Create a new branch and check it out
- Add your changes once the work is done
git add .
- See your staged changes
git status
- Commit your Changes
git commit -m <write commit message inside quotes>
- Push to the Branch
git push -u origin <branch-name>
- Open a Pull Request
Before working on any existing branch always run this command to keep things updated.
git pull
- Fork the Project
- Follow these steps.