mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-07 02:18:07 +01:00
Currently translated at 97.4% (115 of 118 strings) Translated using Weblate (Hebrew) Currently translated at 55.6% (323 of 580 strings) Translated using Weblate (Hebrew) Currently translated at 85.5% (77 of 90 strings) Translated using Weblate (Hebrew) Currently translated at 100.0% (6 of 6 strings) Translated using Weblate (Hebrew) Currently translated at 100.0% (10 of 10 strings) Translated using Weblate (Hebrew) Currently translated at 100.0% (72 of 72 strings) Translated using Weblate (Hebrew) Currently translated at 93.9% (31 of 33 strings) Translated using Weblate (Hebrew) Currently translated at 95.0% (476 of 501 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Kipper Deceit <kipper-deceit.50@icloud.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/he/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/he/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/he/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/he/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/he/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-recording/he/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/he/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/he/ Translation: Frigate NVR/audio Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-configeditor Translation: Frigate NVR/views-events Translation: Frigate NVR/views-live Translation: Frigate NVR/views-recording Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
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