Files
talk/client/coral-admin
Riley Davisandgaba c8a0ded4ad try to just add recaptcha manually
use react-recaptcha

remove recaptcha file
2017-03-20 07:36:21 -07:00
..
2017-03-20 07:36:21 -07:00
2016-11-08 15:00:19 -07:00
2017-02-01 12:54:15 -07:00

Coral Admin

This app handles moderation for Talk (and maybe more later on)

Installation

$ yarn install
$ cp config.sample.json config.json

Then change config.json to adjust it to your project

Building for production

$ yarn build

The public folder has everything you need for deployment. You can just copy that folder to your favorite static web server

Development

$ yarn start

A development server will be running at http://localhost:4132