IIT Ropar Career Development and Placement Cell Platform
- Fork this repository to your personal GitHub account.
- Follow the Readme in front-end to run the project.
- Make changes to the code according to your feature.
- Run
npm run lint
to detect all the logical errors, if any. - Make changes in the code according to step 4.
- Run
npm run format
to format the code automatically. - Stage all your changes that you wish to commit using
git add <files-to-stage>
. - Commit all the changes using
git commit -m <commit-message>
. - Push the changes to your GitHub repository using
git push
. - Create a Pull Request. VoilĂ !