Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 664 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 664 Bytes

Mob timer

318569467-e07369a8-0239-42e2-80bb-7aa376a79c19

Getting started

  1. npm install
  2. npm run update
  3. Start the application in development mode: npm start

Binaries

To create binaries locally, execute npm run build.

Release

Pushing a tag to GitHub following the format v* (e.g. v2.0.0) will automatically publish a release.

Binaries for release are built on Windows to support adding Windows executable resources. This is done by running npm run release.

Read more