/Duothan3.0-Website

Primary LanguageJavaScriptMIT LicenseMIT

Duothan 3.0

Duathon 3.0 is a buildathon organized by the IEEE Student Branch of NSBM. This event is not just an ordinary Hackathon. The specialty is, we are going to conduct this event in association with Valentines’ Day, and the competitors have to code in pairs. A team containing a male and a female has to participate in the Hackathon and they will get a time period of 12 hours. The hackathon is taking place as an Online event and they will receive a certificate upon completing the hackathon under the standards of the event

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