diff --git a/README.md b/README.md new file mode 100644 index 0000000..9490c89 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 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 +$ npm install +$ npm start +``` + +Go to http://localhost:3000 diff --git a/src/ui/main.js b/src/ui/main.js index 50d6dc0..9b8c8ee 100644 --- a/src/ui/main.js +++ b/src/ui/main.js @@ -15,7 +15,7 @@ export default class Main extends Component {