https://github.com/totaljs/openplatform-electron
Electron wrapper
https://github.com/totaljs/openplatform-electron
Last synced: 11 months ago
JSON representation
Electron wrapper
- Host: GitHub
- URL: https://github.com/totaljs/openplatform-electron
- Owner: totaljs
- License: cc0-1.0
- Created: 2018-08-27T14:30:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T12:53:31.000Z (over 3 years ago)
- Last Synced: 2025-07-06T13:41:05.065Z (12 months ago)
- Language: JavaScript
- Size: 3.79 MB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OpenPlatform Electron App
This application runs the app like a browser.
- update `openplatform` URL address in `package.json`
- and build it
## Building
- `$ npm install -g electron-packager`
- `$ cd app`
- `$ npm install`
- __macOS__ `$ electron-packager . OpenPlatform --overwrite --icon icon.icns`
- __Linux__ `$ electron-packager . OpenPlatform --overwrite --icon icon.png`
- __Windows__ `$ electron-packager . OpenPlatform --overwrite --icon icon.ico`
## How do I run it without building?
- `$ npm install`
- `$ npm start`