Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 751 Bytes

File metadata and controls

43 lines (27 loc) · 751 Bytes

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.