composer create-project lyrasoft/earth your_projectType this command in your terminal to deploy system and run migration for production environment:
php windwalker run prepareIf you want to set prepare to dev mode, you can use this command in your terminal to run assets sync, migrations and seeders:
php windwalker run preparedevOpen http://{Your project root}/www/admin, you will see the sample page.
Open http://{Your project root}/www/dev.php, you will enter the development mode.