Apply suggestions from code review

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
Sam Wright 2024-06-19 23:20:29 +10:00 committed by GitHub
parent 6462f4a06b
commit ea45ed5a72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,17 @@
This is the Frigate frontend which connects to and provides a User Interface to the Python backend.
# Installing
# Web Development
## Installing Web Dependencies Via NPM
Within `/web`, run:
```bash
npm install
```
# Running
## Running development frontend
Within `/web`, run:
```bash
@ -16,6 +20,6 @@ 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
## Extensions
Install these IDE extensions for an improved development experience:
- eslint