A Hack Club project gamifying the experience of learning to code through the Athena Initiative.
-
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