Skip to content
/ hack Public
forked from aragon/hack

Content and source code for the Aragon Developer Portal

License

Notifications You must be signed in to change notification settings

unixpi/hack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions for running these docs

Prerequisites

Note: solidity-docgen does not work on Windows.

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

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

Content and source code for the Aragon Developer Portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.3%
  • CSS 32.7%