jkappers / my-pomodoro

A flexible pomodoro recording app for your work day, built with Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-pomodoro

A flexible pomodoro recording app for your work day, built with Electron.

This project was created with electron-react-boilerplate

Packaging instructions (from electron-react-boilerplate)

First make sure you get all the dependencies:

$ npm install

To package apps for the local platform:

$ npm run package

To package apps for all platforms:

First, refer to Multi Platform Build for dependencies.

Then,

$ npm run package-all

To package apps with options:

$ npm run package -- --[option]

Run the packaged application

After you successfully packaged an app you can find the compiled binary in the releases folder for your system. For example on a Mac you will find the app at:

releases > darwin-x64 > My Pomodoro-darwin-x64 > My Pomodoro.app

License

MIT © C. T. Lin

About

A flexible pomodoro recording app for your work day, built with Electron

License:MIT License


Languages

Language:JavaScript 85.0%Language:CSS 12.9%Language:HTML 2.1%