0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-01 02:51:27 -05:00
immich/web
Nguyễn Hoàng Đức 0ff0b891a7
feat(web): separate command to build with rollup plugin visualizer ()
separate command to build with rollup plugin visualizer
2024-04-26 15:36:30 -04:00
..
bin
src feat(web,a11y): form and search filter accessibility () 2024-04-26 01:18:19 -05:00
static
.dockerignore
.eslintignore
.eslintrc.cjs chore(deps): update dependency eslint-plugin-unicorn to v52 () 2024-04-08 12:45:46 -04:00
.gitignore
.npmrc
.prettierignore
.prettierrc
Dockerfile chore(deps): update node.js to d328c7b () 2024-04-17 07:52:29 -04:00
package-lock.json chore(deps): update dependency @testing-library/svelte to v5 () 2024-04-23 21:01:58 +00:00
package.json feat(web): separate command to build with rollup plugin visualizer () 2024-04-26 15:36:30 -04:00
postcss.config.cjs
README.md
svelte.config.js
tailwind.config.cjs
tsconfig.json
vite.config.js feat(web): separate command to build with rollup plugin visualizer () 2024-04-26 15:36:30 -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 [../server](the server project).