Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 197 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 197 Bytes

Cyber duck test site

Once your .env file is setup run the commands below

composer install
php artisan key:generate
php artisan migrate --seed
php artisan jwt:secret
yarn
yarn prod