This is the repository housing the website for the Blue Bird Big Band from the music school in Speyer, Germany.
This project uses the Laravel framework, currently in version 10, including Inertia with Vue as the JavaScript Framework.
After taking care of the prerequisites, you can proceed to run the following command line scripts.
composer install
.npm install
.composer run-script post-root-package-install
composer run-script post-create-project-cmd
php artisan migrate
to create all database tablesphp artisan db:seed
the database can be filled with some dummy dataYou can run the project with two terminal windows which run the following commands concurrently:
1) php artisan serve
2) npm run dev