mirror of
https://github.com/cloudstack-llc/msty-studio-docs.git
synced 2026-07-25 12:46:22 -04:00
55f32a6e0a6d1fc7149cafbf499fdbea72bc10eb
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.
Description
Languages
Vue
39.9%
JavaScript
27.3%
TypeScript
26.9%
CSS
5.9%