immich/web
2026-06-18 23:20:14 +00:00
..
bin
src refactor(web): move keyboard state into a store (#29181) 2026-06-18 16:29:26 +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
.prettierignore
.prettierrc chore(web): sort imports (#27922) 2026-04-21 14:51:38 -04:00
eslint.config.js chore(web): add switch case exhaustiveness lint (#29015) 2026-06-12 09:30:19 -04:00
mise.toml chore: faster web linting (#28303) 2026-05-08 16:55:14 -04:00
package.json chore: version v3.0.0-rc.2 2026-06-18 23:20:14 +00: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.