This repo is just a slim version of an electron application that points to a webview. It contains everything necessary to build an electron based menubar application.
Run the following commands to test out the application locally.
yarn installyarn start- you should see an icon on your menubar showing the application has started.
Run the following commands to build a release
yarn install<- if not yet installedyarn build-macos- You should see a folder called release-builds created in the root directory. Inside is the .app file that is the application.