mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 06:40:33 +08:00
24 lines
480 B
Markdown
24 lines
480 B
Markdown
|
|
# Coral Admin
|
|
|
|
This app handles moderation for Talk (and maybe more later on)
|
|
|
|
## Installation
|
|
|
|
$ npm install
|
|
$ cp config.sample.json config.json
|
|
|
|
Then change `config.json` to adjust it to your project
|
|
|
|
## Building for production
|
|
|
|
$ npm run build
|
|
|
|
The public folder has everything you need for deployment. You can just copy that folder to your favorite static web server
|
|
|
|
## Development
|
|
|
|
$ npm start
|
|
|
|
A development server will be running at http://localhost:4132
|