For more details regarding the setup see: shadcn-docs-nuxt.
Make sure to install the dependencies:
# bun
bun installStart the development server on http://localhost:3000
bun run devBuild the application for production:
bun run buildLocally preview production build:
bun run previewTo generate a single text file containing all markdown content (with YAML frontmatter removed), run:
node scripts/build-studio-docs.cjsThis will create (or update) public/studio-docs.txt with the combined contents of all markdown files in the content directory.