nickredmark / streams

Experimental nanoblogging engine / anonymous group chat / outliner built on GUN

Home Page:https://streams.nmaro.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Experimental nanoblogging engine / anonymous group chat / outliner built on GUN

https://streams.nmaro.now.sh/


Languages

Language:JavaScript 83.5%Language:TypeScript 16.5%