git clone https://github.com/aragon/hack.git
cd hack/website
npm install
npm start
This should open your local instance of these docs in your browser at http://localhost:3000/.
cd website
npm install
npm run build
npm run publish-gh-pages
Thanks for your interest in contributing to these docs! Get started here.