mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
af02ca7044
ref https://linear.app/tryghost/issue/MOM-29 This is very rough, and all still behind a flag. The idea is that any public post which is published gets added to the Outbox of the site Actor. We also dispatch an event, which will be used to deliver the Activity to any relevant inboxes, but that is outside the scope of this commit. |
||
---|---|---|
.. | ||
src | ||
test | ||
.eslintrc.js | ||
package.json | ||
README.md | ||
tsconfig.json |
Ghost
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests