CavComms Dashboard is a local client written in JavaScript using Next.js and React.js. It is made to be used with the CavComms backend server.
- Responsive user interface
- Keyboard shortcuts for quick commands
- Easily customizable and extendable
- Cross-platform support
- Multiple camera streams
more to come...
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package