0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-01 02:51:27 -05:00
immich/web
2024-11-07 15:31:19 +00:00
..
bin
src fix(web): time zone dependent test () 2024-11-07 10:05:55 -05:00
static
.dockerignore
.gitignore
.npmrc
.nvmrc chore(deps): update dependency node to v22 () 2024-10-31 14:21:45 +00:00
.prettierignore
.prettierrc
Dockerfile chore(deps): update node () 2024-11-04 19:52:23 -05:00
eslint.config.mjs
package-lock.json chore: version v1.120.1 2024-11-07 15:31:19 +00:00
package.json chore: version v1.120.1 2024-11-07 15:31:19 +00:00
postcss.config.cjs
README.md fix(web): Updated web README.md () 2024-09-25 12:59:35 +00:00
svelte.config.js chore: svelte 5 🎉 () 2024-11-02 10:49:07 -05:00
tailwind.config.js
tsconfig.json
vite.config.js chore: svelte 5 🎉 () 2024-11-02 10:49:07 -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.