- Install Node.js
- Using npm install electron-prebuilt
- Fork this repo
- Clone somewhere fancy on your local machine
- Add your mapping api keys to
api_keys.js.example
, then rename toapi_keys.js
- Navigate to local working directory
$ cd tulip
- Launch electron
electron .
- Install Node.js
- Using npm install electron-prebuilt
- Download the latest stable release
- Add your mapping api keys to
api_keys.js.example
, then rename toapi_keys.js
- Navigate to local working directory
$ cd tulip
- Use the electron-packager module to package the app. Runnable examples can be found in the build_tulip.sh script