0.0.0 • Published 4 years ago

@platform/cell.electron v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Module License: MIT NPM banner

Electron shell for CellOS.

Setup

yarn add @platform/cell.electron

Development

To run the app:

yarn start

Or to run with in live system UI development mode:

yarn dev

and in a seperate terminal, run the UI parcel server:

yarn ui

Packaging

Package the application as an executable (while testing), or Make the executable into a distributable format:

yarn bundle     # Bundle UI assets.
yarn package    # Package application into an executable (testing), or
yarn make       # Package application and compile into distributable format.