mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-13 12:25:53 +00:00
Co-authored-by: Bezruchenko Simon <worcposj44@gmail.com> Co-authored-by: Junghyuk Kwon <kwon@junghy.uk> Co-authored-by: Luca De Falco <deffo89@gmail.com> Co-authored-by: MSDNicrosoft <wang3311835119@hotmail.com> Co-authored-by: Marcin Czop <marcin@czop.ru> Co-authored-by: Mario <17320863+myanesp@users.noreply.github.com> Co-authored-by: Patrick Bellasi <derkling@matbug.net> Co-authored-by: Ryan Gleeson <gleeson.ryanj@gmail.com> Co-authored-by: Shawn <xiaxinx@gmail.com> Co-authored-by: Sitram <adrian.martis@gmail.com> Co-authored-by: Suryo Wibowo <nutzlichsein+github@gmail.com> Co-authored-by: boman <boman.d@gmail.com> Co-authored-by: cevirici <cevirici13@users.noreply.hosted.weblate.org> Co-authored-by: polar <polar8143@users.noreply.hosted.weblate.org> Co-authored-by: traptegies <lars.reuss@gmx.de> |
||
|---|---|---|
| .. | ||
| bin | ||
| src | ||
| static | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| 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).