This is the repository for the frontend of the GDSC presentation website.
You have to clone the repository on your local machine using git clone
or the tools offered by your preferred IDE.
Then you have to run npm i
or npm install
in the terminal to install or the dependecies the project is using. Make sure that you're in the path of the project.
Finally run ng serve
to run the application on the browser. The default link is http://localhost:4200/.