Musicseerr/frontend
Harvey e70a76f489
Some checks failed
Backend CI / Lint (push) Has been cancelled
Backend CI / Tests (push) Has been cancelled
Frontend CI / Lint, Format & Type Check (push) Has been cancelled
Frontend CI / Tests (push) Has been cancelled
Failed to verify fix + reactivity & polling fixes for multi downloads
2026-04-19 03:18:50 +01:00
..
src Failed to verify fix + reactivity & polling fixes for multi downloads 2026-04-19 03:18:50 +01:00
static Discover page improvements + playlists albums changes (#55) 2026-04-17 23:46:52 +00:00
.gitignore Initial public release 2026-04-03 15:53:00 +01:00
.npmrc Initial public release 2026-04-03 15:53:00 +01:00
.prettierignore Initial public release 2026-04-03 15:53:00 +01:00
.prettierrc Initial public release 2026-04-03 15:53:00 +01:00
env.development.example refactor: Prototype of tanstack-query (#34) 2026-04-11 13:46:07 +01:00
eslint.config.js refactor: tanstack query - artist page (#42) 2026-04-13 23:34:49 +01:00
package.json Version Info + Notifier (#51) 2026-04-16 00:51:24 +01:00
pnpm-lock.yaml Version Info + Notifier (#51) 2026-04-16 00:51:24 +01:00
pnpm-workspace.yaml chore: switch from npm to pnpm (#20) 2026-04-05 16:22:26 +01:00
postcss.config.mjs chore: Svelte 5 migration & lint & type fixes (#24) 2026-04-06 12:45:43 +01:00
README.md Initial public release 2026-04-03 15:53:00 +01:00
svelte.config.js Initial public release 2026-04-03 15:53:00 +01:00
tailwind.config.mjs chore: Svelte 5 migration & lint & type fixes (#24) 2026-04-06 12:45:43 +01:00
tsconfig.json Initial public release 2026-04-03 15:53:00 +01:00
vite.config.ts Initial public release 2026-04-03 15:53:00 +01:00
vitest-setup-client.ts Initial public release 2026-04-03 15:53:00 +01: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.