diff --git a/web/README.md b/web/README.md index a2d84fbad..b30fa7341 100644 --- a/web/README.md +++ b/web/README.md @@ -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= 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