This is a sample project for a plugin.
This is a sample project for a plugin.
Go to Plugins > Add New and search for The Plugin. Install and activate it.
Clone this repository to your development setup, then run the following commands:
- Download development packages:
composer install
. - Download nodejs packages:
npm install
. - Generate assets files:
npm run production
.