Repository containing the app used by the Heroku button.
Give it a try!
Be aware that one of the content type builder won't work due to the writing files restriction on the Heroku servers. If you do want to change content types, you need to follow these steps:
- Click the button above and deploy your app
- Clone that repo by using
heroku git:clone -a
followed by your repo's name - Go into the cloned projects' folder using
cd
followed by your repo's name - Add the Heroku boilerplate as a remote by running
git remote add boilerplate https://github.com/strapi/strapi-heroku-app
- Pull from this new origin by running
git pull boilerplate master