mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
d39111a294
Includes additional handlers for adding/removing masks, as well as click to copy configs fixes #523 |
||
---|---|---|
.. | ||
public | ||
src | ||
.dockerignore | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
snowpack.config.js | ||
tailwind.config.js |
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