mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-27 10:52:11 +01:00
| .. | ||
| config | ||
| public | ||
| src | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.js | ||
| babel.config.js | ||
| jest.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| prettier.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