0.0.0 • Published 6 years ago
@platform/cell.electron v0.0.0
Electron shell for CellOS.
Setup
yarn add @platform/cell.electronDevelopment
To run the app:
yarn startOr to run with in live system UI development mode:
yarn devand in a seperate terminal, run the UI parcel server:
yarn uiPackaging
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.