1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-05 13:21:24 +02:00
immich/web
2024-08-08 13:26:53 -05:00
..
bin
src chore(web): remove font-size of 17px (#11657) 2024-08-08 13:26:53 -05:00
static
.dockerignore
.gitignore
.npmrc
.nvmrc
.prettierignore
.prettierrc
Dockerfile chore(deps): update node.js to eb8101c (#11436) 2024-07-29 22:53:17 -04:00
eslint.config.mjs chore(deps): update dependency eslint to v9 (#11601) 2024-08-05 16:13:16 -04:00
package-lock.json fix(deps): update typescript-projects (#11606) 2024-08-07 15:45:30 +00:00
package.json chore(deps): update dependency eslint to v9 (#11601) 2024-08-05 16:13:16 -04:00
postcss.config.cjs
README.md
svelte.config.js
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).