Skip to content

Constellation-Labs/documentation-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.