Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhyegocalota/farma-mobile-native-dashboard
Electron browser window wrapper
https://github.com/dhyegocalota/farma-mobile-native-dashboard
Last synced: 10 days ago
JSON representation
Electron browser window wrapper
- Host: GitHub
- URL: https://github.com/dhyegocalota/farma-mobile-native-dashboard
- Owner: dhyegocalota
- License: mit
- Created: 2016-04-23T20:03:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T18:57:38.000Z (over 8 years ago)
- Last Synced: 2024-11-06T02:45:06.134Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://farmamobile.com.br
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Farma Mobile Dashboard
> Official Farma Mobile dashboard app
*OS X 10.9+, Windows 7+ & Linux are supported.*
## Install
### OS X
[**Download**](https://github.com/farma-mobile/farma-mobile-native-dashboard/releases/latest), unzip, and move `Farma Mobile.app` to the `/Applications` directory.
### Linux
[**Download**](https://github.com/farma-mobile/farma-mobile-native-dashboard/releases/latest) and unzip to some location.
To add a shortcut to the app, create a file in `~/.local/share/applications` called `farma-mobile.desktop` with the following contents:
```
[Desktop Entry]
Name=Farma Mobile
Exec=/full/path/to/folder/Farma\ Mobile
Terminal=false
Type=Application
Icon=/full/path/to/folder/Farma\ Mobile/resources/app/media/Icon.png
```### Windows
[**Download**](https://github.com/farma-mobile/farma-mobile-native-dashboard/releases/latest) and unzip to some location.
## Dev
Built with [Electron](http://electron.atom.io).
###### Commands
- Init: `$ npm install`
- Run: `$ npm start`
- Build OS X: `$ npm run build-osx`
- Build Linux: `$ npm run build-linux`
- Build Windows: `$ npm run build-windows`
- Build all: `$ brew install wine` and `$ npm run build` *(OS X only)*## License
MIT © [Dhyego Fernando](http://github.com/dhyegofernando)