e55405691a
refs https://github.com/TryGhost/Team/issues/2408 - Added webmentions package - Setup basic folder structure, controllers, repositories & services to get started. - note package haven't been published yet
22 lines
290 B
Markdown
22 lines
290 B
Markdown
# Webmentions
|
|
|
|
|
|
## 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
|
|
|