Add Heroku deploy link to readme

This commit is contained in:
Cadence Ember 2020-04-15 04:01:11 +12:00
parent 6c48bc9d60
commit cff470acb0
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
2 changed files with 8 additions and 0 deletions

View File

@ -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

6
app.json Normal file
View File

@ -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"
}