Follow the steps below to set up and run the project on your local machine.
- Fork the repository on GitHub to create your own copy.
- Clone the forked repository:
git clone https://github.com/YOUR_USERNAME/makeathon7-website.git
- Navigate to the project directory:
cd makeathon7-website
- Install dependencies
npm install #or yarn install
- Start the development server
npm run dev #or yarn dev
The app will be available at http://localhost:5173. Open it on your browser and see the results
Page/Component Name | Route |
---|---|
Home page | src/pages/Home.jsx |
About Page | src/pages/AboutUs.jsx |
Tracks Page | src/pages/Tracks.jsx |
Sponsors Page | src/pages/Sponsors.jsx |
Timeline Page | src/pages/Timeline.jsx |
You can learn more in the Vite documentation.
To learn React, check out the React documentation.