mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-25 19:48:59 +03:00
Currently translated at 100.0% (23 of 23 strings) Translated using Weblate (Lithuanian) Currently translated at 0.7% (6 of 800 strings) Translated using Weblate (Lithuanian) Currently translated at 1.2% (6 of 474 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (141 of 141 strings) Translated using Weblate (Lithuanian) Currently translated at 42.4% (550 of 1295 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (6 of 6 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (100 of 100 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (60 of 60 strings) Translated using Weblate (Lithuanian) Currently translated at 58.1% (50 of 86 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (145 of 145 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (26 of 26 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (108 of 108 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (129 of 129 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (239 of 239 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/common/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/lt/ 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-validation/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/objects/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-recording/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/lt/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/Config - Validation Translation: Frigate NVR/common Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-player Translation: Frigate NVR/objects Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-recording 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