immich/web
2026-03-13 22:27:08 +01:00
..
bin
src fix(web): copy yearMonth in MonthGroup to avoid shared object reference with asset (#26890) 2026-03-13 22:27:08 +01:00
static chore: update PWA support (#26491) 2026-03-02 11:35:53 +00:00
tests
.browserslistrc
.dockerignore
.gitignore
.npmrc
.nvmrc chore(deps): update node.js to v24.13.1 (#26275) 2026-02-17 11:45:57 +01:00
.prettierignore
.prettierrc
eslint.config.js
mise.toml chore: update task commands in web/mise.toml to use pnpm (#26345) 2026-02-19 16:10:55 -05:00
package.json refactor: clean class (#26879) 2026-03-12 09:53:46 -05:00
README.md
svelte.config.js chore: quiet down dotenv (#26245) 2026-02-15 22:25:18 -06:00
tsconfig.json
vite.config.ts chore: add vitest project names and fix server config root paths (#26684) 2026-03-04 08:20:43 -05: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.