The desktop frontend for accord. Spawns the service and hooks into its IPC.
To run Accord without hotloading, issue npm run start.
npm run start
To run Accord with full hotloading, issue npm run dev.
npm run dev