Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 331 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 331 Bytes

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