The new Hack Club website, built with React and Gatsby.
- Clone the repository and enter it
git clone https://github.com/hackclub/site.git cd site - Update submodules (this may take a little while)
git submodule init && git submodule update --depth 1 - Install packages & run
yarn && yarn run dev - It should now be running, open localhost:8000 to view it
See CONTRIBUTING.md for more!