Install
If not already done, run:
mv env.local .env
touch ./database/database.sqlite
composer install
npm install
php artisan db:migrate
Run locally
This is not a deployment solution
In one terminal:
php artisan serve
In another terminal:
npm run dev
Deploy
The image is automatically build on every push to master.
TODO