The Athena Award is a 6 month long program where if you build three technical projects and log 30 hours coding, you'll receive an invite to Parthenon, a 3-day all girls hackathon in the heart of New York City.
Can't make it to NYC? You can still earn prizes such as iPads and Framework laptops, simply by participating and submitting projects.
Beginners and advanced programmers welcome! Part of the Athena Initiative. For girls and nonbinary high school students worldwide.
Maintained by @phthallo, @phaedra, and a team of other girls and gender diverse students from across the world.
-
Clone the repository
git clone https://github.com/hackclub/athena-award && cd athena-award/site
-
Install dependencies
npm install
-
Copy the
.env.example
file and fill out the new.env
as requiredcp .env.example .env
-
Start the development server and navigate to
localhost:3000
in your browser.npm run dev
For more information, visit /contributing/CONTRIBUTING.md