0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-15 03:11:28 -05:00
immich/web
renovate[bot] 7bb7f63d57
chore(deps): update dependency node to v20.16.0 (#11421)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 10:33:01 -04:00
..
bin
src chore(web): update translations (#11365) 2024-07-28 20:53:04 +00:00
static
.dockerignore
.eslintignore
.eslintrc.cjs
.gitignore
.npmrc
.nvmrc chore(deps): update dependency node to v20.16.0 (#11421) 2024-07-29 10:33:01 -04:00
.prettierignore
.prettierrc
Dockerfile chore(deps): update node (#11322) 2024-07-24 16:13:24 -04:00
package-lock.json chore: bump vitest to 1.6.0 (#11386) 2024-07-26 16:26:17 -05:00
package.json chore(deps): update dependency node to v20.16.0 (#11421) 2024-07-29 10:33:01 -04:00
postcss.config.cjs
README.md
svelte.config.js feat(web): license UI (#11182) 2024-07-18 10:56:27 -05:00
tailwind.config.cjs
tsconfig.json
vite.config.js

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 [../server](the server project).