immich/web
2026-04-29 12:11:33 +02:00
..
bin
src fix(web): double video playback on map timeline (#28090) 2026-04-29 12:11:33 +02:00
static fix: allow bots to access /s/ urls (#27579) 2026-04-07 09:22:53 -05:00
tests chore(web): sort imports (#27922) 2026-04-21 14:51:38 -04:00
.browserslistrc
.dockerignore
.gitignore
.npmrc
.nvmrc chore(deps): update node.js to v24.15.0 (#28006) 2026-04-21 09:47:32 +00:00
.prettierignore
.prettierrc chore(web): sort imports (#27922) 2026-04-21 14:51:38 -04:00
eslint.config.js chore(web): sort imports (#27922) 2026-04-21 14:51:38 -04:00
mise.toml chore: update task commands in web/mise.toml to use pnpm (#26345) 2026-02-19 16:10:55 -05:00
package.json chore(web): sort imports (#27922) 2026-04-21 14:51:38 -04:00
README.md
svelte.config.js fix: make web build stage deterministic (#27823) 2026-04-15 19:31:23 +02:00
tsconfig.json chore(deps): update dependency typescript to v6 (#27577) 2026-04-07 17:15:55 +02:00
vite.config.ts chore(web): sort imports (#27922) 2026-04-21 14:51:38 -04:00

Immich web project

This project uses the SvelteKit web framework. Please refer to the SvelteKit docs for information on getting started as a contributor to this project. In particular, it will help you navigate the project's code if you understand the basics of SvelteKit routing.

When developing locally, you will run a SvelteKit Node.js server. When this project is deployed to production, it is built as a SPA and deployed as part of the server project.