This repository contains documentation for Weaver users as well as protocol contributors.
To get started with capturing and publishing documentation see instructions below.
This documentation site is built using Docusaurus v2.
NOTE: Required Node.js version >= 12.13.0 or above.
To edit and preview locally run a development server:
npm install
npm run start
The following command generates static content in the build
directory, which can be served though a hosting service:
npm install
npm run build
Optionally, to deploy the build to Github Pages, run the following command:
$ npm run build && npm run deploy-gh-pages