/hack

Content and source code for the Aragon Developer Portal

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Instructions for running these docs

Running a local instance

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/.

Publishing

cd website
npm install
npm run build
npm run publish-gh-pages

Contributing

Thanks for your interest in contributing to these docs! Get started here.