A Hack Club project gamifying the experience of learning to code through the Days of Service Initiative.
-
Clone the repository
git clone /~https://github.com/hackclub/dos-journey && cd dos-journey/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