The WiiDatabase Toolkit provides various shortcodes for WiiDatabase.de. See the README.txt for more.
It has only been tested with the WiiDatabase theme!
This project uses Task.
git clone ...
npm ci
composer update
- Create
.env.local
and specify the path to your WordPress installation's themes subfolder ( f.e.OUTPUT_DIR="C:\www\wordpress\wp-content\plugins\WiiDatabase-Toolkit"
) task
orRELEASE=true task
for production
To release, run RELEASE=true task release
. A ZIP file will be created in the dist
directory.