Go to file
Drew DeVault 817b1d7128 Add charset 2017-11-05 16:36:56 -05:00
scss Unify progress bar appearance, add to table 2017-09-10 21:56:21 +09:00
src Merge pull request #15 from Luminarys/master 2017-10-23 08:13:57 -04:00
.babelrc Add redux and initial reducer 2017-08-20 11:59:41 -04:00
.build.yml Update .build.yml 2017-09-17 17:59:47 -04:00
.gitignore Initial commit 2017-08-06 18:23:54 -04:00
.gitmodules Add torrent view, fix srht styles 2017-08-22 15:49:48 -04:00
LICENSE 3-Clause BSD 2017-08-06 18:24:37 -04:00
README.md Mention submodules 2017-08-24 23:20:27 -04:00
font-awesome.config.js Implement add torrent 2017-08-24 09:50:14 -04:00
index.html Add charset 2017-11-05 16:36:56 -05:00
package.json Minify production builds 2017-09-09 16:22:23 +09:00
serve.js Fix serving directly from paths under root 2017-08-24 08:44:18 -04:00
webpack.config.js Minify production builds 2017-09-09 16:22:23 +09:00

README.md

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