Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.19 KB

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.