Skip to content

Repository files navigation

TMA Cloud | Wiki

Documentation site for TMA Cloud, built with Fumadocs (Next.js, static export).

Live: Documentation Wiki

Development

npm install
npm run dev      # http://localhost:3000
  • npm run build — static export to out/
  • npm run types:check — typecheck

Deploy

Pushing to main builds and publishes to GitHub Pages via .github/workflows/deploy.yml.