Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 399 Bytes

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