Clone the repo
git clone https://github.com/roevevgen/yogalaxica.gitSwitch into the newly created repo folder
cd yogalaxicaInstall the dependencies
composer install
npm installCreate the .env file
cp .env.example .envGenerate encryption key
php artisan key:generateRun the migrations
php artisan migrateSeed the database
php artisan migrate:fresh --seed