mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
Apply suggestions from code review
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
6462f4a06b
commit
ea45ed5a72
@ -1,13 +1,17 @@
|
|||||||
This is the Frigate frontend which connects to and provides a User Interface to the Python backend.
|
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:
|
Within `/web`, run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
# Running
|
## Running development frontend
|
||||||
|
|
||||||
Within `/web`, run:
|
Within `/web`, run:
|
||||||
|
|
||||||
```bash
|
```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.
|
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:
|
Install these IDE extensions for an improved development experience:
|
||||||
- eslint
|
- eslint
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user