- Run the following commands in GitBash if on Windows, or in a bash shell if on Linux or macOS:
cp ./.env.example ./.env
composer install
php artisan key:generate
php artisan storage:link
touch ./database/database.sqlite
php artisan migrate:fresh --seed || php artisan migrate --seed
pnpm install
pnpm run build