The project site for SpawnLoft, served at
spawnloft.com: a landing page and the docs, built with
VitePress and deployed by Vercel on every push to main.
The product is SpawnLoft. The command-line tool inside it is still mcctl, so command snippets,
file names and the source layout keep that name on purpose.
npm install
npm run dev # http://localhost:5173
npm run build # .vitepress/distindex.mdis the landing page, rendered by.vitepress/theme/Landing.vue.guide/andreference/are the docs, plain Markdown..vitepress/theme/custom.csscarries the app's colour tokens. Change them in the app'ssrc/ui.htmlfirst; this file follows..vitepress/theme/Download.vueasks GitHub for the latest release and points the button at the installer, so the version on the site never goes stale.public/banner/holds the banner artwork partner sites embed, as HTML plus the rendered PNGs.