A live editor for Salla Markup Language.
pnpm install
pnpm devpnpm build- Push to GitHub
- Import in Vercel
- Deploy (zero config needed)
Or use CLI:
npx vercel- Push to GitHub
- Import in Netlify
- Build command:
pnpm build - Publish directory:
dist
Or use CLI:
npx netlify deploy --prod --dir=distAdd to vite.config.ts:
export default defineConfig({
base: '/sml-playground/',
// ...
})Then use GitHub Actions or:
pnpm build
npx gh-pages -d distRun pnpm build and upload the dist/ folder.