Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 695 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 695 Bytes

Hack Club

The new Hack Club website, built with React and Gatsby.

Netlify Status

Setup

  1. Clone the repository and enter it
git clone https://github.com/hackclub/site.git
cd site
  1. Update submodules (this may take a little while)
git submodule init && git submodule update --depth 1
  1. Install packages & run
yarn && yarn run dev
  1. It should now be running, open localhost:8000 to view it

See CONTRIBUTING.md for more!