blakeblackshear.frigate/web
Paul Armstrong 1aa9a7a093 test(web): CameraImage (basic)
Testing Image and Canvas calls requires a lot of heavy dependencies, so this skips that part of the tests
2021-02-20 08:20:17 -06:00
..
config test(web): api/index.jsx 2021-02-20 08:20:17 -06:00
public fix(web): relative modal height, top position, and z-indexing 2021-02-20 08:20:17 -06:00
src test(web): CameraImage (basic) 2021-02-20 08:20:17 -06:00
.dockerignore
.eslintignore test(web): add eslint and PR lint validation 2021-02-20 08:20:17 -06:00
.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 test(web): add eslint and PR lint validation 2021-02-20 08:20:17 -06:00
prettier.config.js test(web): add eslint and PR lint validation 2021-02-20 08:20:17 -06:00
README.md
snowpack.config.js test(web): add eslint and PR lint validation 2021-02-20 08:20:17 -06:00
tailwind.config.js test(web): add eslint and PR lint validation 2021-02-20 08:20:17 -06:00

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