Skip to content

MicrosoftStudentChapter/makeathon6-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Official Makeathon 6 website

Getting Started

Open your terminal and perform the following steps

  1. git clone https://github.com/MicrosoftStudentChapter/makeathon6-website.git
  2. cd ./makeathon6-website
  3. Install the necessary packages
    npm i
    # or
    yarn install
  4. Then run the development server:
     npm run dev
     # or
     yarn dev

Directory Structure

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 https://localhost:3000 with your browser to see the result.