mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-25 10:46:51 +03:00
Currently translated at 1.2% (10 of 800 strings) Translated using Weblate (Lithuanian) Currently translated at 2.5% (12 of 474 strings) Translated using Weblate (Lithuanian) Currently translated at 42.8% (555 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% (145 of 145 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (108 of 108 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (240 of 240 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/config-cameras/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/lt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/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/common Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-explore 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