/audo-docs

Documentation for Audo AI

Primary LanguageJavaScriptMIT LicenseMIT

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