mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-28 17:53:51 +02:00
* Added translation using Weblate (Spanish) * Translated using Weblate (Spanish) Currently translated at 100.0% (144 of 144 strings) Translation: Frigate NVR/common Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/es/ * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Translated using Weblate (Spanish) Currently translated at 4.6% (15 of 321 strings) Translation: Frigate NVR/views-settings Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/es/ * Translated using Weblate (Spanish) Currently translated at 14.3% (46 of 321 strings) Translation: Frigate NVR/views-settings Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/es/ * Translated using Weblate (Spanish) Currently translated at 14.9% (48 of 321 strings) Translation: Frigate NVR/views-settings Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/es/ * Translated using Weblate (Spanish) Currently translated at 15.2% (49 of 321 strings) Translation: Frigate NVR/views-settings Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/es/ * Translated using Weblate (Spanish) Currently translated at 15.2% (49 of 321 strings) Translation: Frigate NVR/views-settings Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/es/ * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Spanish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Added translation using Weblate (Turkish) * Translated using Weblate (Turkish) Currently translated at 12.5% (18 of 144 strings) Translation: Frigate NVR/common Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/tr/ * Translated using Weblate (Turkish) Currently translated at 13.1% (19 of 144 strings) Translation: Frigate NVR/common Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/tr/ * Added translation using Weblate (Turkish) --------- Co-authored-by: jjavin <javiernovoa@gmail.com> Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Co-authored-by: pcislocked <git@pcislocked.net> |
||
---|---|---|
.. | ||
.vscode | ||
images | ||
public | ||
src | ||
themes | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc | ||
components.json | ||
index.html | ||
login.html | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
site.webmanifest | ||
tailwind.config.cjs | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
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