mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
374 B
374 B
Frigate Web UI
Development
- Build the docker images in the root of the repository
make amd64_all(or appropriate for your system) - Create a config file in
config/ - Run the container:
docker run --rm --name frigate --privileged -v $PWD/config:/config:ro -v /etc/localtime:/etc/localtime:ro -p 5000:5000 frigate - Run the dev ui:
cd web && npm run start