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
290 B
290 B
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