mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 20:18:30 +03:00
Currently translated at 100.0% (10 of 10 strings) Translated using Weblate (Bulgarian) Currently translated at 23.2% (10 of 43 strings) Translated using Weblate (Bulgarian) Currently translated at 8.1% (4 of 49 strings) Translated using Weblate (Bulgarian) Currently translated at 100.0% (10 of 10 strings) Translated using Weblate (Bulgarian) Currently translated at 100.0% (13 of 13 strings) Translated using Weblate (Bulgarian) Currently translated at 53.2% (267 of 501 strings) Translated using Weblate (Bulgarian) Currently translated at 1.6% (2 of 122 strings) Translated using Weblate (Bulgarian) Currently translated at 45.6% (21 of 46 strings) Translated using Weblate (Bulgarian) Currently translated at 2.9% (4 of 136 strings) Translated using Weblate (Bulgarian) Currently translated at 10.9% (6 of 55 strings) Translated using Weblate (Bulgarian) Currently translated at 11.3% (6 of 53 strings) Translated using Weblate (Bulgarian) Currently translated at 2.9% (4 of 136 strings) Translated using Weblate (Bulgarian) Currently translated at 100.0% (13 of 13 strings) Co-authored-by: Borislav <sartheris@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jan Ivanov (Telemaniaka) <telemaniaka@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-auth/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/bg/ Translation: Frigate NVR/audio Translation: Frigate NVR/components-auth Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-configeditor Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-search Translation: Frigate NVR/views-system |
||
|---|---|---|
| .. | ||
| .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