Update contributing.md (#17343)

This commit is contained in:
leccelecce 2025-03-24 18:50:57 +00:00 committed by GitHub
parent 5c20cf4563
commit 6ded9a1bc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.