Clone the repo
git clone https://github.com/roevevgen/yogalaxica.git
Switch into the newly created repo folder
cd yogalaxica
Install the dependencies
composer install
npm install
Create the .env
file
cp .env.example .env
Generate encryption key
php artisan key:generate
Run the migrations
php artisan migrate
Seed the database
php artisan migrate:fresh --seed