This repo holds the documentation for Audo AI (hosted at docs.audo.ai. The docs are built using Docusaurus 2.
To host the docs locally run:
yarn # Download dependencies
yarn start # Start development server
To build static assets to build/
:
yarn build