Ghost/ghost/email-analytics-service/README.md

40 lines
596 B
Markdown
Raw Normal View History

2021-01-16 21:22:04 +03:00
# Email Analytics Service
## Install
`npm install @tryghost/email-analytics-service --save`
or
`yarn add @tryghost/email-analytics-service`
## Usage
## Develop
This is a mono repository, managed with [lerna](https://lernajs.io/).
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
# Copyright & License
2021-01-16 21:22:04 +03:00
2022-01-06 16:42:05 +03:00
Copyright (c) 2013-2022 Ghost Foundation - Released under the [MIT license](LICENSE).