This is project created on deno and help to deploy code on deno.
Inside this project we are using Deno modules like
- Before deploying you need to initialize Git Repo and Commit your code
$ heroku create --buildpack https://github.com/chibat/heroku-buildpack-deno.git
$ git push heroku master
$ heroku open