Status Saver Docs
A documentation site built with SvelteKit and Tailwind CSS.
Features
- SvelteKit for fast, modern web development
- Tailwind CSS for utility-first styling
- Vite for lightning-fast builds
- TypeScript support
- Ready for deployment on Vercel
Getting Started
Prerequisites
- Node.js (v18 or newer recommended)
- pnpm (or use npm/yarn)
Install dependencies
pnpm install
Development server
pnpm dev
Visit http://localhost:5173 to view the site.
Build for production
pnpm build
Preview production build
pnpm preview
Project Structure
src/routes
— SvelteKit routes (pages, endpoints)
src/lib
— Reusable components and assets
static/
— Static files (images, robots.txt, etc.)
Deployment
This project is ready to deploy on Vercel (see vercel.json
).
License
MIT