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.
git clone https://github.com/zettajs/zetta-browser.git
cd zetta-browser
npm install
npm install -g gulp
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