Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

SignHash/signhash-contracts-docs

Repository files navigation

SignHash Contracts Documentation

Requirements

  • docker > 1.13.1
  • docker-compose
  • npm

Generating documentation

Documentation is generated in /dist folder.

npm install
npm start

After finishing, it is recommended to change ownership of the generated files because docker mounts the volume as root.

sudo chown -R $USER:$USER dist/ pages/ config.toml

Browsing generated docs locally

npm run serve

Documentation is available at http://localhost:5000

About

SignHash Contracts Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published