mirror of
https://github.com/wassname/talk.git
synced 2026-07-29 11:28:24 +08:00
* Add client/coral-embed-api module. It's meant to be included in an HTML page and define window.Coral * Serve coral-embed-api at /Coral.js * Update / handler (article view) to use new embed format * Update Talk Admin embed code section to use new embed format
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