From ea45ed5a729c14aa93d05ca76af2ce1e479299ad Mon Sep 17 00:00:00 2001 From: Sam Wright Date: Wed, 19 Jun 2024 23:20:29 +1000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Nicolas Mowen --- web/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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