The official DSC Website repository.
Use basic git commands to install and run DSC-Website.
git clone https://github.com/piyush97/DSC-Website.git
Navigate to the required directory using cd
, install node, node packages, and run the server.
npm i
npm start
The website will be run via localhost. It can then be viewed in your preferred browser.
Hosted on heroku.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.