Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 389 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 389 Bytes

Usage

First, install [Yarn] for your system (you can replace yarn with npm below if you don't wish to switch yet)

  • yarn install Install dependencies.
  • yarn watch Compile development version and watch for changes. Bundled files will appear in dist/.
  • yarn start Start the desktop app (while watcher is running in another terminal). Use Ctrl-R or Cmd-R to reload the app.