A documentation site built with SvelteKit and Tailwind CSS.
- SvelteKit for fast, modern web development
- Tailwind CSS for utility-first styling
- Vite for lightning-fast builds
- TypeScript support
- Ready for deployment on Vercel
pnpm installpnpm devVisit http://localhost:5173 to view the site.
pnpm buildpnpm previewsrc/routes— SvelteKit routes (pages, endpoints)src/lib— Reusable components and assetsstatic/— Static files (images, robots.txt, etc.)
This project is ready to deploy on Vercel (see vercel.json).
MIT