Block Explorer for the Constellation Hypergraph Network.
Install dependencies
yarn
Start development server
yarn start
Run styleguidist
yarn dev
Lint code
yarn lint
Create production build
yarn build
Build documentation
yarn docs
Deploy to github pages
yarn deploy