Setup Module
At now the module just support setup via FTP and run magento 2 commands
1. Install via FTP (recommend)
2. Install via composer (support on future)
composer require landofcoder/module-pre-order
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:cleanLast updated