- Svelte, SvelteKit - Frontend and backend framework
- melt-ui, bits-ui - Headless components
- Tailwind - CSS savior
- mdsvex - Render markdown files as Svelte components
- unplugin-icons - Directly injected SVG icons
- inlang, paraglide.js - Internationalization (i18n)
- Make sure Node.js and npm are installed.
git clone
this repository, thencd
into it.- Run
npm install
to install dependencies. npm run dev
to start the development server.- Build:
npm run build
- Preview build:
npm run preview
- Build: