Skip to content
/ vatobe Public
forked from noeltock/vatobe

🐒 An electron app to remind you of your posture

License

Notifications You must be signed in to change notification settings

pelf/vatobe

 
 

Repository files navigation

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

About

🐒 An electron app to remind you of your posture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.5%
  • CSS 35.8%
  • HTML 8.7%