A modern web application built with SvelteKit + shadcn/ui v5.
Install dependencies:
bun install
Set up environment variables:
cp .env.example .env
Edit .env with your configuration.
Start the development server:
bun run dev
Open http://localhost:5173 in your browser.
my-app/
āāā src/
ā āāā lib/
ā ā āāā components/ # Reusable components
ā ā āāā utils/ # Utility functions
ā ā āāā types/ # TypeScript types
ā āāā routes/ # SvelteKit routes
āāā static/ # Static assets
āāā tests/ # Test files
bun run dev - Start development serverbun run build - Build for productionbun run preview - Preview production buildbun run test - Run testsbun run lint - Lint codebun run check - Type checkGenerated with Templates CLI