Welcome to the Hack the Hill Organization Website repository. This static marketing website serves to provide information about the Hack the Hill hackathon.
- Clone this repository and navigate to the project directory.
- Install the required dependencies by running
npm install
. - Start the development server using
npm run dev
. - Access the website through your web browser at
http://localhost:4321
.
If you're part of the Hack the Hill team, refer to our Contribution guidelines.
For questions or inquiries, please reach out to [email protected].
Copyright © 2024 Hack the Hill. All Rights Reserved.
Make sure to create a .env
file in the root directory of the project and add the following environment variables:
- SANITY_PROJECT_ID=<your_project_id>
- SANITY_DATASET=<your_dataset>