mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
05874bd84e
* chore: (German) Currently translated at 5.9% (46 of 779 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/de/ * chore: (Italian) Currently translated at 3.5% (28 of 779 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/it/ * chore: (German) Currently translated at 8.7% (68 of 779 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/de/ * chore: (Chinese (Simplified) (zh_SIMPLIFIED)) Currently translated at 74.9% (584 of 779 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_SIMPLIFIED/ * chore: (Dutch) Currently translated at 5.7% (45 of 779 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/nl/ * chore: (English (Developer)) Currently translated at 100.0% (779 of 779 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/en_devel/ --------- Co-authored-by: Martin Bosner <martin@bosner.de> Co-authored-by: Alessandro Saglia <webslate.eskimo0977@bear-d.me> Co-authored-by: Sophie <mail@sopht.li> Co-authored-by: jie65535 <jie65535@qq.com> Co-authored-by: Zack Pollard <zack@futo.org> |
||
---|---|---|
.. | ||
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).