Skip to content

Constellation-Labs/documentation-hub

Repository files navigation

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.