- Sveltekit + Svelte 5 - Web development for the rest of us.
- Typescript - JavaScript with syntax for types.
- mdsvex - Markdown for Svelte apps.
- Shiki - A beautiful Syntax Highlighter.
- Tailwindcss - A utility-first CSS framework for rapidly building custom designs.
- bits-ui - A collection of headless components for Svelte.
- clsx + tailwind-variants - The power of Tailwind combined with a first-class variant API.
- Prettier + prettier-plugin-tailwindcss - An opinionated code formatter.
- Lucide Icons + svgl - Beautifully SVGs icons & logos.
-
Fork the repository.
-
Install dependencies:
# Install pnpm globally if you don't have it:
npm install -g pnpm
# and install dependencies:
pnpm install
- Run the development server:
pnpm dev
Open up http://localhost:5173 and make your changes ✨.