No description
Find a file
2025-07-21 16:30:06 -04:00
src Fix building brush texture 2025-07-21 16:30:06 -04:00
static Add scrolling cities at top 2025-07-21 16:26:32 -04:00
.env.example Move Airtable access to API route 2025-07-21 10:17:04 -04:00
.gitignore Move everything 2025-07-14 13:49:34 -04:00
.npmrc Move everything 2025-07-14 13:49:34 -04:00
.prettierignore Move everything 2025-07-14 13:49:34 -04:00
.prettierrc Move everything 2025-07-14 13:49:34 -04:00
bun.lock push 2025-07-14 13:55:40 -04:00
bun.lockb Fix dep resolution 2025-07-14 11:03:29 -07:00
Dockerfile Fix Dockerfile env variables 2025-07-21 10:41:26 -04:00
emails.log build 2025-07-14 13:52:49 -04:00
package-lock.json Fix dep resolution 2025-07-14 11:03:29 -07:00
package.json push 2025-07-14 13:55:40 -04:00
README.md Move everything 2025-07-14 13:49:34 -04:00
svelte.config.js Move Airtable access to API route 2025-07-21 10:17:04 -04:00
tsconfig.json Move everything 2025-07-14 13:49:34 -04:00
vite.config.ts Move everything 2025-07-14 13:49:34 -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 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.