mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-25 22:19:00 +03:00
Currently translated at 4.8% (3 of 62 strings) Translated using Weblate (Danish) Currently translated at 0.1% (1 of 800 strings) Translated using Weblate (Danish) Currently translated at 85.1% (120 of 141 strings) Translated using Weblate (Danish) Currently translated at 1.6% (21 of 1295 strings) Translated using Weblate (Danish) Currently translated at 26.8% (18 of 67 strings) Translated using Weblate (Danish) Currently translated at 68.6% (344 of 501 strings) Co-authored-by: Anders Fosgerau <afosgerau@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-motionsearch/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/da/ Translation: Frigate NVR/Config - Global Translation: Frigate NVR/audio Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-events Translation: Frigate NVR/views-motionSearch Translation: Frigate NVR/views-settings
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