https://github.com/luandro/ledjam-radio
Ledjam radio desktop app built with Electron
https://github.com/luandro/ledjam-radio
Last synced: about 1 month ago
JSON representation
Ledjam radio desktop app built with Electron
- Host: GitHub
- URL: https://github.com/luandro/ledjam-radio
- Owner: luandro
- License: mit
- Created: 2015-10-22T19:00:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T20:53:35.000Z (over 10 years ago)
- Last Synced: 2025-01-11T19:39:39.692Z (over 1 year ago)
- Language: JavaScript
- Size: 543 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

## Download
[](https://github.com/luandro/ledjam-radio/releases)
## Development
Install dependencies.
```bash
$ npm install
```
To start Electron and Hot Reload server.
```bash
npm run dev
```
## Package
To generate app for OSX
```bash
npm run mac
```
To generate app for all platforms
```bash
npm run package-all
```
#### Options
- --name, -n: Application name (default: ElectronReact)
- --version, -v: Electron version (default: latest version)
- --asar, -a: [asar](https://github.com/atom/asar) support (default: false)
- --icon, -i: Application icon
- --all: pack for all platforms
Use `electron-packager` to pack your app with `--all` options for darwin (osx), linux and win32 (windows) platform. After build, you will find them in `release` folder. Otherwise, you will only find one for your os.
`test`, `tools`, `release` folder and devDependencies in `package.json` will be ignored by default.
## License
MIT © [Luandro](https://github.com/luandro)