Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 230 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 230 Bytes

install

php 8.2 needs to be installed alongside with composer

composer install
npm install
cp .env.example .env
php artisan key:generate

run

terminal 1:
php artisan serve

terminal 2:
npm run dev