scss | ||
src | ||
.babelrc | ||
.build.yml | ||
.gitignore | ||
.gitmodules | ||
font-awesome.config.js | ||
index.html | ||
LICENSE | ||
package.json | ||
README.md | ||
serve.js | ||
webpack.config.js |
receptor
WIP web frontend for synapse.
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.
$ git submodule update --init --recursive
$ npm install
$ npm start
Go to http://localhost:3000