2026-01-14 14:36:52 +05:45
2025-04-01 15:54:13 -04:00
2025-04-01 15:54:13 -04:00
2025-11-24 13:17:57 -07:00
2025-04-01 15:54:13 -04:00
2025-04-01 15:54:13 -04:00
2025-08-06 09:03:18 -06:00
2025-06-10 10:37:00 -06:00
2025-06-10 10:37:00 -06:00
2025-04-01 15:54:13 -04:00
2025-04-01 15:54:13 -04:00

For more details regarding the setup see: shadcn-docs-nuxt.

Setup

Make sure to install the dependencies:


# bun
bun install

Development Server

Start the development server on http://localhost:3000

bun run dev

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview

Export All Markdown Content

To generate a single text file containing all markdown content (with YAML frontmatter removed), run:

node scripts/build-studio-docs.cjs

This will create (or update) public/studio-docs.txt with the combined contents of all markdown files in the content directory.

S
Description
No description provided
Readme 18 MiB
Languages
Vue 39.9%
JavaScript 27.3%
TypeScript 26.9%
CSS 5.9%