mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 07:19:30 +00:00
Currently translated at 59.7% (656 of 1098 strings) Translated using Weblate (Polish) Currently translated at 93.0% (120 of 129 strings) Translated using Weblate (Polish) Currently translated at 5.0% (2 of 40 strings) Translated using Weblate (Polish) Currently translated at 4.4% (2 of 45 strings) Translated using Weblate (Polish) Currently translated at 77.9% (46 of 59 strings) Translated using Weblate (Polish) Currently translated at 2.2% (1 of 45 strings) Added translation using Weblate (Polish) Added translation using Weblate (Polish) Added translation using Weblate (Polish) Co-authored-by: Dawid Kędzierski <dawidk612@wp.pl> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: K0RR <k0rr@users.noreply.hosted.weblate.org> Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Co-authored-by: Wojciech Niziński <niziak-weblate@spox.org> 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-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/ Translation: Frigate NVR/views-chat Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-motionSearch Translation: Frigate NVR/views-replay 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