This is a Laravel/Vue project using PrimeVue and vue-chartjs for the UI.
The data comes from https://www.sumo-api.com/.
In one terminal:
sail up -d
php artisan serve
In another: npm run dev
Browse to http://127.0.0.1:8000/
ssh ... @stuartmcgill.org
cd domains/sumo.stuartmcgill.org/kimarite
git fetch
# Replace tag with release number
git checkout 1.0.0
composer install --no-dev --optimize-autoloader
npm ci
npm run build
npm install --omit=dev
