Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 279 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 279 Bytes

Electron cli

cd to your app, then you can run:

# Installs modules, and builds native modules against electron headers
husk bootstrap

# Run your app in dev mode
husk run

# Package up your app for release. Packs everything into `./release` directory
husk build