/vatobe

🐒 An electron app to remind you of your posture

Primary LanguageJavaScriptOtherNOASSERTION

Vatobe

Mac app built using electron to remind of posture, website here.

screenshot

Development

$ npm install
$ gulp

Upgrading npm modules

npm i -g npm-check-updates
ncu -u
npm install

Packaging

Preparation

  • Update electron/modules
  • Remove any distribution files from source folder (as it uses the single folder system)
  • Run Standard:
$ standard
$ standard --fix
  • Clean NPM modules:
$ yarn autoclean --force

Build

$ yarn build