The frontend is an improvement over kayue/vue-story-example, with Vuetify and Vuex on top, and a Laravel backend (in progress).
composer install
npm install
php artisan key:generate
php artisan storage:link
Make sure to edit DB details and APP_URL. You will need to setup a local database and have MySQL up and running on your local machine.
php artisan migrate:fresh