From 6ded9a1bc616aac97991bbc9a2c3f2051034c8df Mon Sep 17 00:00:00 2001 From: leccelecce <24962424+leccelecce@users.noreply.github.com> Date: Mon, 24 Mar 2025 18:50:57 +0000 Subject: [PATCH] Update contributing.md (#17343) --- docs/docs/development/contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/development/contributing.md b/docs/docs/development/contributing.md index a28320339..72b1af7ea 100644 --- a/docs/docs/development/contributing.md +++ b/docs/docs/development/contributing.md @@ -79,6 +79,7 @@ Create and place these files in a `debug` folder in the root of the repo. This i VS Code will start the Docker Compose file for you and open a terminal window connected to `frigate-dev`. +- Depending on what hardware you're developing on, you may need to amend `docker-compose.yml` in the project root to pass through a USB Coral or GPU for hardware acceleration. - Run `python3 -m frigate` to start the backend. - In a separate terminal window inside VS Code, change into the `web` directory and run `npm install && npm run dev` to start the frontend.