A mob programming timer, inspired by the MobProgramming/MobTimer.Python. Learn all about mobbing at the above github page, and at mobprogramming.org. This app was created to have an easier to maintain cross-platform application (using github's electron framework).
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/dillonkearns/mobster
# Go into the repository
cd mobster
# Install dependencies
npm install
# Run the test watcher
npm test
# Run the app
npm start