Desktop app for SEEUS dispatchers/supervisors.
Built with React, TypeScript, and Electron.
- Clone repo
yarn install
- Start the app:
yarn start
- test - Run tests
- build:win - Build bundle for Windows
- build:mac - Build bundle for macOS
- Main: the main process in which windows and menus are manipulated
- Renderer: the process in which the React app itself is rendered