This is the CasparCG Server Launcher application, part of the Sofie TV Automation System.
- Presents log in a more readable format with lines coloured by severity
- Builds as a single exe that can be dropped into existing casparcg folder
- Allows for easy stopping and restarting of both casparcg and media-scanner
- Allows for running other processes (eg custom clients)
- Option to pass through command line options to each executable
- Auto restart each process upon crashing or exiting
- Basic http api to stop/start/restart each process remotely
- Serve folders over http (eg templates, media)
- Status page to see an overview of process status
See the changelog for more information
# install dependencies
yarn
# serve with hot reload at localhost:9080
yarn run dev
# build electron application for production
yarn run build
# lint all JS/Vue component files in `src/`
yarn run lint


