This is a documentation site built on top of Nuxt Content (v3).
All docs are located in the ./content folder if you're just looking for the docs in plain text.
Ensure you're in the right directory.
cd docs/Make sure to install the dependencies:
yarn installStart the development server on http://localhost:3000
yarn devBuild the application for production:
yarn generateLocally preview production build:
yarn previewCheck out the deployment documentation for more information.