Heroku Buildpack for Crystal

In a Crystal-based project, initialize your heroku app:

1
heroku create --buildpack https://github.com/crystal-lang/heroku-buildpack-crystal.git

If you want to assign the heroku app name:

1
heroku create YOUR_APP_NAME --buildpack https://github.com/crystal-lang/heroku-buildpack-crystal.git

Deploy to heroku:

1
git push heroku master

Open the website/application:

1
heroku open