diff --git a/README.md b/README.md index fc7f30b1..82408a40 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ Try the [interactive tutorial](http://gun.js.org/think.html) in the browser (**5 Then visit [http://localhost:8080](http://localhost:8080) in your browser. ### [Heroku](https://www.heroku.com/) + - Eihe click [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) to deploy to your existing Heroku account immediately, OR: + ```bash git clone https://github.com/amark/gun.git cd gun diff --git a/app.json b/app.json new file mode 100644 index 00000000..005f6f0e --- /dev/null +++ b/app.json @@ -0,0 +1,8 @@ +{ + "name": "gun-server", + "website": "http://gun.js.org", + "repository": "https://github.com/amark/gun", + "logo": "https://avatars3.githubusercontent.com/u/8811914", + "keywords": ["node", "gun", "gunDB", "database","graph","offline-first"], + "description": "Javascript, Offline-First Javascript Graph Database Server Peer" +}