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 serverTo build static assets to build/:
yarn build