Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 498 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 498 Bytes

Menubar Boilerplate

A Simple Boilerplate for Menubar Apps

Installation

Pretty Standard:

  • Clone the repo: git clone https://github.com/adamisntdead/Menubar-Boilerplate
  • Go into the folder: cd Menubar-Boilerplate
  • Install the NPM Modules: yarn (or npm install if you don't swing that way)
  • Go! yarn start (npm start) 🎉

Credits

The icons are from maxogden/menubar, and most of the code is based off the work he did on that repo