Ghost/ghost/member-analytics-service
John O'Nolan b7cd251d5c 2022
2022-01-06 10:09:25 +00:00
..
lib Added listeners for remaining events 2021-09-21 18:39:17 +02:00
test
.eslintrc.js
index.js Renamed components of member-analytic-service 2021-09-21 13:33:38 +02:00
LICENSE 2022 2022-01-06 10:09:25 +00:00
package.json Published new versions 2021-10-21 15:44:21 +02:00
README.md

Member Analytics Service

Install

npm install @tryghost/member-analytics-service --save

or

yarn add @tryghost/member-analytics-service

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