immich/web
2026-08-11 13:15:51 -04:00
..
bin
src chore: enforce strict equality checks (#30718) 2026-08-11 13:15:51 -04:00
static chore: add GHSA as contact in security.txt (#29940) 2026-07-16 12:30:44 +02:00
tests chore(web): sort imports (#27922) 2026-04-21 14:51:38 -04:00
.browserslistrc
.dockerignore
.gitignore
.npmrc
.prettierignore
.prettierrc chore(web): sort imports (#27922) 2026-04-21 14:51:38 -04:00
eslint.config.js chore: enforce strict equality checks (#30718) 2026-08-11 13:15:51 -04:00
mise.toml chore: sequence pnpm installs in mise tasks (#30412) 2026-07-30 15:12:42 -04:00
package.json fix(deps): update dependency @immich/ui to ^0.85.0 (#30705) 2026-08-11 12:02:06 +02:00
README.md
svelte.config.js fix(web): use deterministic version name in svelte config (#29172) 2026-06-17 16:42:26 +00: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.