This repository contains the source code of the Wikibloc WordPress plugin.
To start developing with this plugin, please run the following command on the repository directory:
npm run start
You can use the WordPress Development Enviroment by running the following command on the plugin directory:
wp-env start
Please, run the following commands to build a ZIP file containing the plugin files in order to install it on any WordPress site:
- Run the asset build:
npm run build
- Run the zip build:
npm run plugin-zip
Once the commands are executed, the file wikiblock.zip
will be placed on the repository directory.
Feel free to open any issue or a Pull Request to the GitHub repository.
Wikiblock is licensed under the GNU General Public License v2 (or later).