A little housekeeping for jedmund.com
Find a file
2025-06-13 21:22:39 -04:00
.storybook Prettier + build errors 2025-06-02 08:41:03 -07:00
prd Apple Music API 2025-06-13 21:22:39 -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 Apple Music API 2025-06-13 21:22:39 -04:00
static Fix some console errors 2025-06-11 22:19:07 -07:00
.env.example Apple Music API 2025-06-13 21:22:39 -04:00
.gitignore Apple Music API 2025-06-13 21:22:39 -04:00
.node-version Merge branch 'universe/posts' of github.com:jedmund/jedmund-svelte into universe/posts 2025-06-02 15:34:40 -07:00
.npmrc Initial commit 2024-07-01 22:46:33 -04:00
.prettierignore Initial commit 2024-07-01 22:46:33 -04:00
.prettierrc Removed trailing semicolons 2024-07-12 03:37:06 -04:00
CLAUDE.md Prettier + build errors 2025-06-02 08:41:03 -07:00
eslint.config.js Prettier + build errors 2025-06-02 08:41:03 -07:00
LOCAL_SETUP.md Admin WIP 2025-05-27 16:57:51 -07:00
package-lock.json Apple Music API 2025-06-13 21:22:39 -04:00
package.json Apple Music API 2025-06-13 21:22:39 -04:00
README.md Initial commit 2024-07-01 22:46:33 -04:00
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 Prettier + build errors 2025-06-02 08:41:03 -07:00
tsconfig.json Initial commit 2024-07-01 22:46:33 -04:00
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.