No description
Find a file
2025-07-24 15:10:19 -04:00
src Improve spacing 2025-07-24 15:10:19 -04:00
static Improve map cloud masks 2025-07-24 11:32:45 -04:00
.env.example Update example env 2025-07-22 14:07:17 -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 Use new Leaflet map 2025-07-22 15:32:56 -04:00
bun.lockb Fix dep resolution 2025-07-14 11:03:29 -07:00
Dockerfile Rename Airtable env var 2025-07-22 14:06:46 -04:00
emails.log build 2025-07-14 13:52:49 -04:00
package-lock.json Update package-lock.json 2025-07-22 15:36:31 -04:00
package.json Use new Leaflet map 2025-07-22 15:32:56 -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.