Skip to content

statelyai/docs

Repository files navigation

Welcome to the Stately docs

This repo contains the Stately landing page, including our blog and docs for Stately Studio and XState.

The site is built using Docusaurus 2.

We welcome any contributions to the documentation and code base.

Installation

$ yarn

Local development

$ yarn dev

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

Note on the index page

Currently we serve the root landing page from a static file.

Build

$ yarn build

This command generates static content into the build directory.

Deployment

The docs are built and deployed when merged into main.