mirror of
https://github.com/cloudstack-llc/msty-studio-docs.git
synced 2026-07-25 12:46:22 -04:00
798 B
798 B
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
Generate Docs Artifacts
To generate docs artifacts, run:
bun run docs:artifacts
This creates or updates:
public/studio-docs.txtwith all markdown content and YAML frontmatter removed.public/sitemap.xmlwith canonicalhttps://docs.msty.ai/studiodocs routes.public/llms.txtwith an LLM-friendly index of canonical docs pages.