13d3d0cde6
refs https://github.com/TryGhost/Team/issues/3504 - Removed Cypress. Tests will get replaced by Playwright - Removed unused files and HTML files - Updated scripts to work similar to Portal, Signup-Form - Updated to pinned dependencies and removed unused dependencies |
||
---|---|---|
.. | ||
.github/workflows | ||
src | ||
.editorconfig | ||
.env | ||
.eslintrc.js | ||
.gitignore | ||
.yarnrc | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README.md | ||
renovate.json | ||
tailwind.config.js | ||
vite.config.js | ||
yarn.lock |
Comments UI
Comments widget that is embedded at the bottom of posts in Ghost.
Development
Pre-requisites
- Run
yarn
in Ghost monorepo root - Run
yarn
in this directory
Running via Ghost yarn dev
in root folder
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.
Copyright & License
Copyright (c) 2013-2023 Ghost Foundation - Released under the MIT license.