Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickredmark/streams

Experimental nanoblogging engine / anonymous group chat / outliner built on GUN
https://github.com/nickredmark/streams

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```