This is an easily deployable API browser for the Zetta project. Visualize your APIs, data streams, and interactions with devices.
To build the browser for local development do the following.
- run
npm install - run
npm install -g gulp - run
gulp
- Create a new app for heroku
heroku apps:create z-browser - Set the buildpack to the gulp buildpack
heroku buildpacks:set https://github.com/appstack/heroku-buildpack-nodejs-gulp.git - Set the node env variable to production
heroku config:set NODE_ENV=production - Push your branch to heroku
git push heroku master