Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 499 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 499 Bytes

Duothan 3.0

Netlify Status

How to use

1. Clone this Repository

https://github.com/IEEE-Student-Branch-NSBM/Duothan3.0-Website.git

2. Navigate to the directory

cd Duothan3.0-Website

3. Install dependencies

yarn install
# or
npm install

5. Run Dev Server

yarn dev
# or
npm run dev