Note: Before pushing your code make sure that you run this command and don't have any errors. If you have any issues, make sure to fix them or else the deployments might fail.
npm run buildSteps to Contribute to this project
- Clone the repo
git clone https://github.com/TheShiveshNetwork/IEEE-Aavishkaar-2025-fe- Create a new branch
git checkout -b <ENTER_YOUR_BRANCH_NAME>Note: The branch name should be descriptive enough and should tell the issue / feature you are working on
- Push your changes
To push your changes to github follow these commands one by one
git add .
git commit -m "<ENTER_COMMIT_MESSAGE>"
git push --set-upstream origin <ENTER_BRANCH_NAME>- Create a Pull Request
Go to github and create a Pull Request out of your branch. Wait for review until it gets merged.