mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-25 21:38:59 +03:00
Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Lithuanian) Currently translated at 1.1% (9 of 800 strings) Translated using Weblate (Lithuanian) Currently translated at 2.1% (10 of 474 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (141 of 141 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (185 of 185 strings) Translated using Weblate (Lithuanian) Currently translated at 42.7% (553 of 1295 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (86 of 86 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (67 of 67 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: MaBeniu <runnerm@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-groups/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-replay/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/lt/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/Config - Groups Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-events Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-replay 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