/documentation-hub

The official Constellation Network developer docs

Primary LanguageMDXApache License 2.0Apache-2.0

Constellation Docs

The official Constellation documentation, built with Docusaurus.


Development Workflow

In order to run the documentation locally, install the dependencies and run the development server:

$ yarn install
$ yarn start

Note: As some docusaurus modules run only on node versions +14 or +16 this project will use node ^16.14.2 by default.