A little housekeeping for jedmund.com
Find a file
2025-06-13 18:34:59 -04:00
.storybook
prd Embed URL cards 2025-06-13 17:29:29 -04:00
prisma Simplify photos architecture 2025-06-13 06:55:21 -04:00
scripts Unify fullscreen editors 2025-06-13 14:17:26 -04:00
src Fix styling of embeds in public site 2025-06-13 18:34:59 -04:00
static Fix some console errors 2025-06-11 22:19:07 -07:00
.env.example
.gitignore
.node-version
.npmrc
.prettierignore
.prettierrc
CLAUDE.md
eslint.config.js
LOCAL_SETUP.md
package-lock.json Different filmstrip, zooming images 2025-06-13 04:34:34 -04:00
package.json Different filmstrip, zooming images 2025-06-13 04:34:34 -04:00
README.md
svelte.config.js Increase body size limit 2025-06-02 16:49:21 -07:00
test-db.ts Unify fullscreen editors 2025-06-13 14:17:26 -04:00
test-form-loading.js
tsconfig.json
vite.config.ts Fix unused CSS selector warnings 2025-06-13 15:05:18 -04:00

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

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

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest 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.