Ghost/ghost/offers
Fabien O'Carroll cf8fcc6f35 Installed @nexes/mongo-utils
refs https://github.com/TryGhost/Team/issues/1131

This will allow us to map filters from our domain to the persistence
layer.
2021-10-12 18:32:48 +02:00
..
lib Supported using NQL filter to get Offers 2021-10-12 18:32:48 +02:00
test
.eslintrc.js
index.js Updated Offer to only change code once 2021-10-08 13:02:22 +02:00
jsconfig.json
LICENSE
package.json Installed @nexes/mongo-utils 2021-10-12 18:32:48 +02:00
README.md

Offers

Install

npm install @tryghost/offers --save

or

yarn add @tryghost/offers

Usage

Develop

This is a mono repository, managed with lerna.

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.

Run

  • yarn dev

Test

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