Files
talk/client/coral-admin
Chi Vinh Le 582f799b6c Revert "Merge"
This reverts commit d9835a17d3, reversing
changes made to 18d6846f4e.
2017-04-06 00:53:21 +07:00
..
2017-03-30 20:49:18 +07:00
2016-11-08 15:00:19 -07:00
2017-04-06 00:53:21 +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