This repositories will not recieve any NEW features. Only bug fixing or patch releases.
composer require zephir/luya-baseblocks
In order to add the modules to your project go into the modules section of your config:
return [
'modules' => [
// ...
'baseblocks' => 'zephir\luya\baseblocks\frontend\Module',
// ...
],
];