### Tulip -An editor for rally roadbooks built in the electron atom environment using web technologies To download and use for local development 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 to api_keys.js Navigate to local working directory $ cd tulip Launch electron electron . To download, package, and use for fun 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 to api_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