The application is built with Electron and Vue.js. To run or build the app yourself, you'll need to have Node.js and Yarn installed.
- Clone this repository:
git clone REPO_URL
- Navigate into the project directory:
cd pommos
- Install the dependencies:
yarn
- Run the app:
yarn start
After cloning the repo and installing the dependencies, run yarn build
. The packaged app can be found in the dist_electron
folder.
Suggestions and contributions are always welcome! Please first discuss changes via issue before submitting a pull request.