Skip to content

statelyai/docs

Folders and files

NameName
Last commit message
Last commit date
Apr 10, 2024
Feb 26, 2025
Mar 11, 2025
Oct 5, 2023
Nov 16, 2024
Nov 12, 2024
Nov 25, 2024
Jan 25, 2024
Dec 15, 2023
Dec 29, 2022
Apr 28, 2023
May 19, 2023
Nov 27, 2023
Jan 21, 2024
Jul 28, 2022
Mar 14, 2024
Jan 8, 2024
Apr 9, 2024
Nov 18, 2023
Nov 27, 2023
Oct 5, 2023
Jan 8, 2024

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.