mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 05:54:10 +03:00
Currently translated at 31.1% (28 of 90 strings) Translated using Weblate (Bulgarian) Currently translated at 7.6% (1 of 13 strings) Translated using Weblate (Bulgarian) Currently translated at 50.0% (1 of 2 strings) Translated using Weblate (Bulgarian) Currently translated at 50.0% (1 of 2 strings) Translated using Weblate (Bulgarian) Currently translated at 7.4% (4 of 54 strings) Translated using Weblate (Bulgarian) Currently translated at 10.0% (1 of 10 strings) Translated using Weblate (Bulgarian) Currently translated at 17.7% (21 of 118 strings) Co-authored-by: Borislav <sartheris@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-auth/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-icons/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-input/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/objects/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/bg/ Translation: Frigate NVR/components-auth Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-icons Translation: Frigate NVR/components-input Translation: Frigate NVR/objects Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-live |
||
|---|---|---|
| .. | ||
| .vscode | ||
| images | ||
| public | ||
| src | ||
| themes | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc | ||
| components.json | ||
| index.html | ||
| login.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| site.webmanifest | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
This is the Frigate frontend which connects to and provides a User Interface to the Python backend.
Web Development
Installing Web Dependencies Via NPM
Within /web, run:
npm install
Running development frontend
Within /web, run:
PROXY_HOST=<ip_address:port> npm run dev
The Proxy Host can point to your existing Frigate instance. Otherwise defaults to localhost:5000 if running Frigate on the same machine.
Extensions
Install these IDE extensions for an improved development experience:
- eslint