The official repository for GDSC Thapar's DSA Portal Frontend.
- Clone the repo
git clone https://github.com/developer-student-club-thapar/DSA-Portal-Frontend.git
- Install NPM packages
npm install
- Run the app
npm run dev
We love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.
- Please make sure your code works before submitting it.
- Follow the same coding style as the rest of the codebase.
- If you are adding new functionality, please write test cases for it as well.
- If you have any doubts, feel free to ask in the issues section.