sliptype / hack

(Aragon 1) Content and source code for the Aragon Developer Portal

Home Page:https://hack.aragon.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation portal for Aragon Apps

Running a local instance

Prerequisites

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

Publishing

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.

Contributing

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

About

(Aragon 1) Content and source code for the Aragon Developer Portal

https://hack.aragon.org

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 61.7%Language:CSS 38.3%