solc-select
is your best friend when it comes to installing solc!
Note: solidity-docgen
does not work on Windows.
git clone https://github.com/aragon/hack.git
cd hack/website
yarn install
yarn start
This should open your local instance of these docs in your browser at http://localhost:3000/.
The documentation is published via gh-pages. Automatic deployments are handled through an deployment Github Action on pushes to the master
branch.
If you'd like to publish it locally though, you can run:
cd website
yarn install
yarn run build
yarn run publish-gh-pages
Note: the aragonOS
files must be generated on publish, see issue.
Thanks for your interest in contributing to these docs! Get started here.