Track the Hack is a comprehensive event management solution designed to streamline hackathon organization. This software is developed by and for Hack the Hill, Ottawa's largest hackathon.
- Clone this repository and navigate to the project directory.
- Install the required dependencies by running
npm install. - Copy the
.env.examplefile to create a.envfile and configure the database and environment settings as per the provided guidelines. - Start the development server using
npm run dev. - Access the application through your web browser at
http://localhost:3000.
- Install Docker.
- Run
docker compose up -dto start the database. - Run
npx prisma db pushto push the database schema and create the tables. - Run
npx prisma db seedto seed the database.
We appreciate your interest, but please note that we currently do not accept external contributions.
If you're part of the Hack the Hill team, refer to our Contribution guidelines.
For inquiries, please contact us at development@ctn-rtc.org.
Copyright © 2023 Hack the Hill. All Rights Reserved.