strapi-aeo
v1.0.0
Published
AEO component for Strapi
Maintainers
Readme
strapi-aeo
A custom plugin for AEO component in Strapi.
Prerequisites
- Node version >= 22
Setup
Follow these steps to set up a plugin development environment:
Clone the repository.
Install yalc globally, run:
npm install -g yalc- Navigate to the cloned plugin folder and install dependencies, run:
npm installLink the plugin to your project:
- In the plugin folder, run:
yalc publish- To automatically push updates on plugin changes to the Strapi project directory, go back to the plugin folder and run:
npm run watch:link- Navigate to your Strapi project directory, open terminal, and run:
yalc add strapi-aeo yalc link strapi-aeo npm installRebuild the project and start the server:
npm run build
npm run develop