diff --git a/README.md b/README.md index f19d2b5..4cb0488 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ Bibliogram is now running on `0.0.0.0:10407`. See [Wiki:Installing](https://github.com/cloudrac3r/bibliogram/wiki/Installing) and [Wiki:Configuring](https://github.com/cloudrac3r/bibliogram/wiki/Configuring) for more details. Problems? [Wiki:Troubleshooting](https://github.com/cloudrac3r/bibliogram/wiki/Troubleshooting) +You can also deploy on Heroku, though I personally would not recommend this. https://heroku.com/deploy?template=https://github.com/cloudrac3r/bibliogram + ## User-facing endpoints - `/` - homepage diff --git a/app.json b/app.json new file mode 100644 index 0000000..98bb050 --- /dev/null +++ b/app.json @@ -0,0 +1,6 @@ +{ + "name": "Bibliogram", + "description": "An alternative front-end for Instagram.", + "repository": "https://github.com/cloudrac3r/bibliogram", + "logo": "https://node-js-sample.herokuapp.com/node.png" +}