mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-02 07:10:27 +00:00
Currently translated at 5.1% (41 of 790 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 44.9% (58 of 129 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 5.7% (27 of 469 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 29.6% (24 of 81 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 4.9% (39 of 790 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 97.4% (229 of 235 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 5.5% (26 of 469 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (99 of 99 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 77.5% (135 of 174 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 43.7% (470 of 1074 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Nitokui <xaube@proton.me> Co-authored-by: Tiago Krüger <tiagokruger404@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/pt_BR/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/common Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-live 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