Skip to content

audo-ai/audo-docs

Repository files navigation

Audo Docs

This repo holds the documentation for Audo AI (hosted at docs.audo.ai. The docs are built using Docusaurus 2.

Local Development

To host the docs locally run:

yarn  # Download dependencies
yarn start  # Start development server

To build static assets to build/:

yarn build