It should work on the following platforms:
- Mac OSX 10.8 or later (10.9.4 tested)
- Linux 64 (not tested)
- Linux 32 (not tested)
- clone this repository
git clone https://github.com/sigmeus/meteor-desktop-app.git
- Install any version of Node.js
- Install meteor.js
curl https://install.meteor.com/ | sh
. - Optional: link your app to ./meteor folder
- start your meteor app
cd meteor & meteor
./script/run.sh
- mainly reusing components of the awesome KITEMATIC app
- fix
- make as meteor package
Code released under the AGPL license.