This is relatively easy to set up. It’s just a matter of:
- Forking the Prelaunchr Github Repo
- Making a Heroku Account / making a new project
- Under the ‘Deploy’ Tab - Link Your Github
- Link the cloned repo
- Deploy the master branch
- In the ‘More’ Menu (Top Right) - Run Console
- Type
heroku run rake db:migrate
(Heroku Run is autofilled) - Go to your deployed app! Should be https://project-name.herokuapp.com
I’m using this for my Blacklet launch to get more emails.