/CDPC

IIT Ropar Career Development and Placement Cell Platform

Primary LanguageTypeScript

CDPC

IIT Ropar Career Development and Placement Cell Platform

How to contribute

Frontend

  1. Fork this repository to your personal GitHub account.
  2. Follow the Readme in front-end to run the project.
  3. Make changes to the code according to your feature.
  4. Run npm run lint to detect all the logical errors, if any.
  5. Make changes in the code according to step 4.
  6. Run npm run format to format the code automatically.
  7. Stage all your changes that you wish to commit using git add <files-to-stage>.
  8. Commit all the changes using git commit -m <commit-message>.
  9. Push the changes to your GitHub repository using git push.
  10. Create a Pull Request. VoilĂ !

Backend