Find a file
2025-05-20 20:43:37 +00:00
src netlify deployment 2025-05-20 20:43:37 +00:00
static add balls and jumping 2025-05-20 14:37:45 +00:00
.gitignore add all the things 2025-05-19 16:41:27 +00:00
.npmrc clean brainrot code 2025-05-19 17:05:41 +00:00
bun.lock netlify deployment 2025-05-20 20:43:37 +00:00
netlify.toml netlify deployment 2025-05-20 20:43:37 +00:00
package.json netlify deployment 2025-05-20 20:43:37 +00:00
README.md add all the things 2025-05-19 16:41:27 +00:00
svelte.config.js netlify deployment 2025-05-20 20:43:37 +00:00
tsconfig.json add all the things 2025-05-19 16:41:27 +00:00
vite.config.ts add all the things 2025-05-19 16:41:27 +00: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 in the current directory
npx sv create

# create a new project in my-app
npx sv create my-app

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.