A small web app to facilitate audio mastering - built with Laravel.
Prerequisites:
- Composer
- Docker Desktop
- Npm >= 20.0.0
Once the repo is cloned install PHP Vendors:
composer installWith the vendors installed and Docker running you can boot up a server with:
./vendor/bin/sail upThen install our static asset bundling tools:
npm installOnce installed you can run the command to begin Vite bundling js and scss:
npm run devTo prepare the database from the database seeder:
./vendor/bin/sail artisan migrate --seed