mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-25 19:18:59 +03:00
Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Polish) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Polish) Currently translated at 100.0% (54 of 54 strings) Translated using Weblate (Polish) Currently translated at 100.0% (23 of 23 strings) Translated using Weblate (Polish) Currently translated at 100.0% (800 of 800 strings) Translated using Weblate (Polish) Currently translated at 100.0% (474 of 474 strings) Translated using Weblate (Polish) Currently translated at 100.0% (141 of 141 strings) Translated using Weblate (Polish) Currently translated at 100.0% (185 of 185 strings) Translated using Weblate (Polish) Currently translated at 100.0% (1295 of 1295 strings) Translated using Weblate (Polish) Currently translated at 100.0% (100 of 100 strings) Translated using Weblate (Polish) Currently translated at 100.0% (60 of 60 strings) Translated using Weblate (Polish) Currently translated at 100.0% (108 of 108 strings) Translated using Weblate (Polish) Currently translated at 100.0% (86 of 86 strings) Translated using Weblate (Polish) Currently translated at 100.0% (67 of 67 strings) Translated using Weblate (Polish) Currently translated at 100.0% (129 of 129 strings) Translated using Weblate (Polish) Currently translated at 100.0% (240 of 240 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Mieszko Stelmach <mieszko.stelmach@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-validation/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/objects/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-chat/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-motionsearch/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-replay/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/pl/ 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/objects Translation: Frigate NVR/views-chat Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-events Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-motionSearch 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