See the StartOS Packaging Guide for complete environment setup and build instructions.
# Install dependencies
npm ci
# Type check
npm run check
# Build x86_64 package
make x86
# Build and install on a running StartOS server
# (requires `host: https://server-name.local` in ~/.embassy/config.yaml)
make x86 installFrigate's Docker image is maintained separately at remcoros/frigate-docker. When bumping the upstream Frigate version, rebuild and push the Docker image there first, then update FRIGATE_VERSION in this repo.
Run npm run prettier before committing.
- Fork the repository and create a branch from
main - Make your changes
- Run
npm run checkandmake x86to verify the build - Open a pull request to
main