Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 724 Bytes

File metadata and controls

32 lines (21 loc) · 724 Bytes

Contributing

How to install for development

Prerequisites

Install steps

  1. Clone the repo and cd into it.
  2. deno install --allow-scripts=npm:core-js@3.41.0

How to run for development

deno task tauri dev

How to build releases

These are the commands to build for Apple silicon and for Intel:

deno task bundle-mac-silicon
deno task bundle-mac-intel

For a debug version, add the argument --debug.