This plugin gets use of WordPress' new Block Editor ("Gutenberg"). So, it might only work well with WordPress 5^.
- PHP, MySQL and Apache (for development, use XAMPP)
- WordPress 5^
- Git
- Node.js + NPM
- Visual Studio Code
- First you have to have a WordPress (v5^) setup ready installed. Then use a terminal to navigate to the WordPress plugin folder (
cd ./wp-content/plugins/
). - Clone this repository with
git clone https://github.com/lgkonline/wp-slide-form.git
. - Open the folder
wp-slide-form
with your favorite code editor (I use Visual Studio Code). - Install all NPM dependencies with
npm i
. - Start Webpack with
npm start
/npm run dev
. Withnpm run build
you'll create the output files for production.