Ghost/apps/comments-ui/README.md

18 lines
609 B
Markdown
Raw Normal View History

# Comments UI
2022-07-04 15:54:12 +03:00
Comments widget that is embedded at the bottom of posts in Ghost.
## Development
### Pre-requisites
- Run `yarn` in Ghost monorepo root
### Running via Ghost `yarn dev` in root folder
2022-07-04 15:54:12 +03:00
You can automatically start the comments dev server when developing Ghost by running Ghost (in root folder) via `yarn dev --all` or `yarn dev --comments`. This will host the comments JavaScript files, and makes sure that Ghost uses these locally hosted assets instead of the ones from the CDN.
2022-07-04 15:54:12 +03:00
# Copyright & License
Copyright (c) 2013-2023 Ghost Foundation - Released under the [MIT license](LICENSE).