No description
  • Svelte 59%
  • JavaScript 32.9%
  • CSS 5.2%
  • TypeScript 2.1%
  • MDX 0.6%
  • Other 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-13 23:55:36 -04:00
.agents/skills/svelte-code-writer Hello World! 2026-07-23 15:58:43 -04:00
.github/agents Hello World! 2026-07-23 15:58:43 -04:00
.storybook MD + Tailwind, first steps 2026-08-13 16:58:23 -04:00
.vscode Fonts and Leading 2026-09-11 15:34:20 -04:00
patches Content & Components 2026-09-10 18:47:55 -04:00
scripts TextAlive API changes 2026-07-30 18:46:59 -04:00
src IntersectionObserver and Autoplay Redux 2026-09-13 23:55:36 -04:00
static Fonts and Leading 2026-09-11 15:34:20 -04:00
.dockerignore Long and winding road 2026-07-28 12:11:28 -04:00
.gitignore Content & Components 2026-09-10 18:47:55 -04:00
.npmrc Hello World! 2026-07-23 15:58:43 -04:00
content-collections.ts Content & Components 2026-09-10 18:47:55 -04:00
mdsvex.config.js Open House 2026-09-02 00:33:09 -04:00
package.json missed some 2026-09-12 14:09:18 -04:00
pnpm-lock.yaml missed some 2026-09-12 14:09:18 -04:00
pnpm-workspace.yaml Content & Components 2026-09-10 18:47:55 -04:00
README.md Hello World! 2026-07-23 15:58:43 -04:00
svelte.config.js Content & Components 2026-09-10 18:47:55 -04:00
tailwind.config.js Content & Components 2026-09-10 18:47:55 -04:00
tsconfig.json Content & Components 2026-09-10 18:47:55 -04:00
vite.config.js Content & Components 2026-09-10 18:47:55 -04:00
vitest.shims.d.ts MD + Tailwind, first steps 2026-08-13 16:58:23 -04:00

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project
npx sv create my-app

To recreate this project with the same configuration:

# recreate this project
pnpm dlx sv@0.15.3 create --template minimal --no-types --add mcp="ide:vscode+setup:remote" mdsvex --install pnpm sk

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.