Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 563 Bytes

File metadata and controls

29 lines (23 loc) · 563 Bytes

Developer Students Club - MAIT

Tech Stack Used

Running Locally

Prerequisite

Concurrently must be installed (Global installation is preffered)

1. Clone the repo and install dependencies

git clone https://github.com/Developer-Students-Club-MAIT/dsc_website.git
cd dsc_website
npm install-dep

2. Start the server

npm run pro

To run in development mode

npm run dev