- Download the latest version of the plugin
- In your wordpress dashboard go to:
Plugins > Add new > Upload plugin
Selectarticle-generator.zip
from your computer- Click βInstall Nowβ
- Activate the plugin in the Plugin dashboard
Install dependencies and run webpack:
yarn && composer i && yarn start
or:
npm i && composer i && npm run start
latest β¬οΈ
article.gen.wp.plugin.demo.3.mp4
π (09/01/2023) - (mm-dd-yyyy)
article.gen.wp.plugin.demo.2.mp4
π (04/01/2023) - (mm-dd-yyyy)
Demo-Article-Generator.mp4
To contribute to the project, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to original branch:
git push origin <project_name> / <location>
- Create the pull request.
Alternatively, see the GitHub documentation on how to create a pull request.
This project is under license. See the LICENSE file for more details.