Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 205 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 205 Bytes

Bubblicious

npm install
cp .env.example .env    # add MySQL config etc to .env
composer install
php artisan key:generate
php artisan migrate

Running locally:

php artisan serve