Skip to content

GDSC-USICT/GDSC-USICT-Web

Repository files navigation

Getting Started

Clone the repo

git clone https://github.com/GDSC-USICT/GDSC-USICT-Web.git && cd ./GDSC-USICT-Web

Install packages

npm install / yarn

Start development server

npm start / yarn start

Production build

npm run build / yarn build