mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-07 02:18:07 +01:00
Currently translated at 64.8% (48 of 74 strings) Translated using Weblate (Thai) Currently translated at 26.4% (36 of 136 strings) Translated using Weblate (Thai) Currently translated at 77.5% (38 of 49 strings) Translated using Weblate (Thai) Currently translated at 13.4% (88 of 654 strings) Translated using Weblate (Thai) Currently translated at 3.2% (4 of 122 strings) Translated using Weblate (Thai) Currently translated at 78.5% (44 of 56 strings) Translated using Weblate (Thai) Currently translated at 8.8% (12 of 136 strings) Translated using Weblate (Thai) Currently translated at 46.2% (25 of 54 strings) Translated using Weblate (Thai) Currently translated at 90.0% (9 of 10 strings) Co-authored-by: Hasan Bula <sun20689@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/th/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/th/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/th/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/th/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/th/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/th/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/th/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/th/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/th/ Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-configeditor Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-search 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