blakeblackshear.frigate/web
2021-02-20 08:20:17 -06:00
..
config test(web): api/index.jsx 2021-02-20 08:20:17 -06:00
public
src test(web): Switch (and add label back in) 2021-02-20 08:20:17 -06:00
.dockerignore
.eslintignore
.eslintrc.js test(web): fix switch case indent lint 2021-02-20 08:20:17 -06:00
babel.config.js test(web): add unit test framework 2021-02-20 08:20:17 -06:00
jest.config.js test(web): add unit test framework 2021-02-20 08:20:17 -06:00
package-lock.json test(web): add unit test framework 2021-02-20 08:20:17 -06:00
package.json test(web): add unit test framework 2021-02-20 08:20:17 -06:00
postcss.config.js
prettier.config.js
README.md
snowpack.config.js
tailwind.config.js

Frigate Web UI

Development

  1. Build the docker images in the root of the repository make amd64_all (or appropriate for your system)
  2. Create a config file in config/
  3. Run the container: docker run --rm --name frigate --privileged -v $PWD/config:/config:ro -v /etc/localtime:/etc/localtime:ro -p 5000:5000 frigate
  4. Run the dev ui: cd web && npm run start