Ghost/ghost/ghost
Fabien O'Carroll af02ca7044 Initial wire up of Posts -> Outbox flow
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.
2024-04-25 11:10:17 +07:00
..
src Initial wire up of Posts -> Outbox flow 2024-04-25 11:10:17 +07:00
test Added NestJS Playground 2024-03-13 19:44:06 +07:00
.eslintrc.js Added NestJS Playground 2024-03-13 19:44:06 +07:00
package.json Update nest monorepo to v10.3.8 2024-04-19 15:05:38 +02:00
README.md Added NestJS Playground 2024-03-13 19:44:06 +07:00
tsconfig.json Added NestJS Playground 2024-03-13 19:44:06 +07:00

Ghost

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests