The source code for Hack Club's Project Moonbeam website.
To execute the steps below, you will need the following installed:
Clone the repository:
$ git clone https://github.com/hackclub/moonbeam-site.git
Install dependencies:
$ yarn
Start the dev server:
$ yarn dev
Then, open up your web browser and go to http://localhost:3000.
Powered by Next.js with MDX, Theme UI, & Hack Club Theme.
Code under MIT License.