Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 343 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 343 Bytes

Streams

Use locally

Setup

Create a .env file:

SERVERS=https://gunjs.herokuapp.com/gun
npm i

Start

npm run dev

Deploy with now

Create a now.json file:

{
    "build": {
        "env": {
            "SERVERS": "https://gunjs.herokuapp.com/gun"
        }
    }
}

Deploy:

now