e14d2e662b
refs https://github.com/TryGhost/Team/issues/2550 Whilst this isn't ideal making multiple requests for the same site it's a first step towards verification properties, and can be refactored to improve performance later. With the current volume of incoming Webmentions we've seen so far this shouldn't be a problem. |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Webmentions
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests