Helpers to use Yoast SEO with React
First install node.js. Then:
npm install react-yoastseo --save
This package relies on the following peer dependencies:
It is likely you already have these installed either directly or as a transient dependency, but if not, you will need to install them.
npm install react yoastseo --save
WIP
WIP
Please read the Contributing guidelines.
To run tests, first install nodeunit and any dependencies via npm:
npm ci
Run tests with:
npm test
This project is licensed under the terms of the MIT license.