frigate/web
2021-02-07 07:21:54 -08:00
..
public refactor(web): styles and styleguide 2021-02-07 07:21:02 -08:00
src fix(web): remove cards from event page 2021-02-07 07:21:54 -08:00
.dockerignore feat(web): hash build files to avoid cache issues 2021-01-26 21:40:33 -06:00
package-lock.json feat(web): persist darkmode preference 2021-02-07 07:21:52 -08:00
package.json fix(web): remove cards from event page 2021-02-07 07:21:54 -08:00
postcss.config.js feat!: web user interface 2021-01-26 21:40:33 -06:00
README.md feat!: web user interface 2021-01-26 21:40:33 -06:00
snowpack.config.js refactor(web): use snowpack-plugin-hash 2021-02-05 20:33:26 -06:00
tailwind.config.js refactor(web): update shadows for material specs 2021-02-07 07:21:53 -08: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