Skin for the Yawik Demo at https://yawik.org/demo/
You can install this skin into your running YAWIK by:
$ composer --no-dev create-project yawik/standard:dev-master MyYawik
$ cd MyYawik
$ composer require yawik/demo-skin
To activate the module, create a file in you YAWIK/config/autoload
directory
<?php
return ['YawikDemoSkin'];