Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 862 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 862 Bytes

DSA-Portal-Frontend

The official repository for GDSC Thapar's DSA Portal Frontend.

Getting Started

Prerequisites

Installation

  1. Clone the repo
git clone https://github.com/developer-student-club-thapar/DSA-Portal-Frontend.git
  1. Install NPM packages
npm install
  1. Run the app
npm run dev

Contributing

We love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.

Guidelines

  • 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.