mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-07 02:18:07 +01:00
Currently translated at 100.0% (579 of 579 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (91 of 91 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (577 of 577 strings) Translated using Weblate (Japanese) Currently translated at 73.3% (423 of 577 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (87 of 87 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (53 of 53 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (199 of 199 strings) Translated using Weblate (Japanese) Currently translated at 98.9% (197 of 199 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (118 of 118 strings) Translated using Weblate (Japanese) Currently translated at 72.5% (417 of 575 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (122 of 122 strings) Translated using Weblate (Japanese) Currently translated at 96.9% (193 of 199 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (118 of 118 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (467 of 467 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (84 of 84 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (61 of 61 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: yhi264 <yhiraki@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ja/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/ja/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/ja/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/ja/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/ja/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/ja/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/ja/ Translation: Frigate NVR/common Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary 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