Open your terminal and perform the following steps
-
git clone https://github.com/MicrosoftStudentChapter/makeathon6-website.git
-
cd ./makeathon6-website
- Install the necessary packages
npm i # or yarn install
- Then run the development server:
npm run dev # or yarn dev
Page/Component Name | Route |
---|---|
Home page | app/page.js |
About Page | app/about/page.js |
Tracks Page | app/tracks/page.js |
Sponsors Page | app/sponsors/page.js |
Timeline Page | app/timeline/page.js |
Navbar | components/navbar/Navbar.js |
Footer | components/footer/Footer.js |
Open http://localhost:3000 with your browser to see the result.