mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
850424e960
Translate-URL: https://hosted.weblate.org/projects/immich/immich/cs/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/fa/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/fi/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/fr/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/it/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/nl/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/pl/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/ru/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/th/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/tr/ Translation: Immich/immich Co-authored-by: Alessandro Saglia <github.eatery9779@bear-d.me> Co-authored-by: Denis Pacquier <denis.pacquier@gmail.com> Co-authored-by: Eero Jääskeläinen <eero.jaaskelainen@gmail.com> Co-authored-by: Kirill Zhukov <siper13@gmail.com> Co-authored-by: Majid <abtin.php@gmail.com> Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> Co-authored-by: Przemek <skweresp@gmail.com> Co-authored-by: Ryan Gleeson <gleeson.ryanj@gmail.com> Co-authored-by: cevirici <cevirici13@users.noreply.hosted.weblate.org> Co-authored-by: waclaw66 <waclaw66@seznam.cz> Co-authored-by: Вячеслав Лукьяненко <madeinchuguev@gmail.com> |
||
---|---|---|
.. | ||
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).