This is BE-P0's frontend application - you can consider it their mind - or at least the frontend half of it!
This is an Electron application. To get a version running locally, run:
npm i
npm start
You can get a developer environment running with the below command, it will attach the DevTool extension to the application, if you don't see it you can try View -> Toggle Developer Tools
npm run start-dev