mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 07:19:30 +00:00
Currently translated at 76.4% (133 of 174 strings) Translated using Weblate (Hungarian) Currently translated at 40.0% (16 of 40 strings) Translated using Weblate (Hungarian) Currently translated at 37.7% (17 of 45 strings) Translated using Weblate (Hungarian) Currently translated at 32.2% (19 of 59 strings) Translated using Weblate (Hungarian) Currently translated at 92.7% (219 of 236 strings) Translated using Weblate (Hungarian) Currently translated at 39.5% (428 of 1081 strings) Added translation using Weblate (Hungarian) Added translation using Weblate (Hungarian) Added translation using Weblate (Hungarian) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Co-authored-by: ZsiGiT <zsigit@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/hu/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-chat/hu/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-motionsearch/hu/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-replay/hu/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/hu/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/hu/ Translation: Frigate NVR/common Translation: Frigate NVR/views-chat 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