mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
BasicDocker Button deployment with template app.json file
This commit is contained in:
parent
968ec73aea
commit
97eaea6a75
@ -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 [](https://heroku.com/deploy) to deploy to your existing Heroku account immediately, OR:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/amark/gun.git
|
||||
cd gun
|
||||
|
8
app.json
Normal file
8
app.json
Normal file
@ -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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user