Skip to content

Graphs showing historical trends in kimarite (sumo winning techniques)

Notifications You must be signed in to change notification settings

stuartmcgill/kimarite

Repository files navigation

Overview

This is a Laravel/Vue project using PrimeVue and vue-chartjs for the UI.

The data comes from https://www.sumo-api.com/.

Kimarite graph screenshot

Local development

In one terminal:

sail up -d
php artisan serve

In another: npm run dev

Browse to http://127.0.0.1:8000/

Production install

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

About

Graphs showing historical trends in kimarite (sumo winning techniques)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published