This website is built using Docusaurus 2, a modern static website generator.
Contributing to the docs site is a great way to get involved in the dev community and help other devs along the way!. Please feel free to open pull requests!
$ yarn docgen
If you wanna generate markdown files with local contract files. Please try yarn docgen:local
.
Create a markdown file in its respective directories.
$ yarn
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.