This is an example implementation of the Netlify provider API to create a Netlify addon.
Install the express dependencies
npm install
-
Allow for Heroku to build from sub directory
heroku buildpacks:set https://github.com/timanovsky/subdir-heroku-buildpack
-
Add node build steps for express
heroku buildpacks:add heroku/nodejs
-
Add node build steps for express
heroku config:set PROJECT_PATH=/express