Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

symbiosis-cloud/symbiosis-docs

Repository files navigation

Symbiosis Docs

Contains the documentation for Symbiosis.

Docs are built using Docusaurus 2:

Local Development

Install all required dependencies

$ yarn

Start a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

$ yarn start

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.