Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 469 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 469 Bytes

Vatobe

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

screenshot

Development

$ gulp

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 clean

Build

$ yarn build