Skip to content

cloudstack-llc/msty-studio-docs

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors