Hack Club Hackathons
A curated list of hackathons organized by high schoolers for high schoolers.
Introduction
Hackathons are awesomeβbut itβs hard to find a high quality directory of events for high schoolers. Thatβs where this project comes in.
Goal: create the best curated directory of hackathons for high school students. Because quite frankly hackathons shouldn't only be for university students.
A word of warningβ¦
To ensure that the directory remains as high quality as possible, we have strict guidelines for listing hackathons.
For the time being, primarily for ease of development, requests for listing new events happens through this form.
Please do not open an issue or submit a pull request to add your eventβthe form is the easiest and fastest way for us to review submissions.
Development environment setup
The stack: Next.js & Theme UI with Hack Club Theme.
Stuff you need installed ahead of time:
- Git
- Yarn
- An operating system (we hope)
Clone it!
$ git clone https://github.com/hackclub/hackathons.git
Go into the directory!
$ cd hackathons
Install dependencies!
$ yarn
Run it!
$ yarn dev
Build and deploy
Deployment is managed using Vercel. Install the Vercel CLI, and to force a production deploy, run:
$ vercel --prod
License
This project is licensed under the MIT license. Please see LICENSE.md
for the full text.