2017-08-25 05:10:37 +02:00
|
|
|
# receptor
|
|
|
|
|
|
|
|
WIP web frontend for [synapse](https://github.com/Luminarys/synapse).
|
|
|
|
|
|
|
|
[![](https://sr.ht/TkmY.png)](https://sr.ht/TkmY.png)
|
|
|
|
|
|
|
|
I really mean it when I say "WIP" here. There's only a few people that I want
|
|
|
|
bug reports from right now and they know who they are.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Run synapse on localhost with the default RPC port.
|
|
|
|
|
|
|
|
```shell
|
2017-08-25 05:20:27 +02:00
|
|
|
$ git submodule update --init --recursive
|
2017-08-25 05:10:37 +02:00
|
|
|
$ npm install
|
|
|
|
$ npm start
|
|
|
|
```
|
|
|
|
|
|
|
|
Go to http://localhost:3000
|