Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 970 Bytes

readme.md

File metadata and controls

30 lines (16 loc) · 970 Bytes

Wikiblock - Gutenberg Block to embed Wikiloc trails

This repository contains the source code of the Wikibloc WordPress plugin.

Development

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

Plugin Build

Please, run the following commands to build a ZIP file containing the plugin files in order to install it on any WordPress site:

  1. Run the asset build: npm run build
  2. Run the zip build: npm run plugin-zip

Once the commands are executed, the file wikiblock.zip will be placed on the repository directory.

Contribute

Feel free to open any issue or a Pull Request to the GitHub repository.

License

Wikiblock is licensed under the GNU General Public License v2 (or later).