https://github.com/stuartmcgill/kimarite
Graphs showing historical trends in kimarite (sumo winning techniques)
https://github.com/stuartmcgill/kimarite
laravel php primevue sumo vue
Last synced: 4 months ago
JSON representation
Graphs showing historical trends in kimarite (sumo winning techniques)
- Host: GitHub
- URL: https://github.com/stuartmcgill/kimarite
- Owner: stuartmcgill
- Created: 2024-09-02T19:18:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-04T20:47:32.000Z (4 months ago)
- Last Synced: 2026-02-05T08:42:56.654Z (4 months ago)
- Topics: laravel, php, primevue, sumo, vue
- Language: PHP
- Homepage: https://sumo.stuartmcgill.org
- Size: 934 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This is a [Laravel](https://laravel.com/)/[Vue](https://vuejs.org/) project using
[PrimeVue](https://primevue.org/) and [vue-chartjs](https://vue-chartjs.org/)
for the UI.
The data comes from https://www.sumo-api.com/.

# 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
```