Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (32 loc) · 1.02 KB

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