Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 460 Bytes

File metadata and controls

14 lines (11 loc) · 460 Bytes

Fat Bear Week Tournament Yasashii Badge

This is a March Madness-style tournament for Fat Bear Week. Compete against your friends to see who can score the most fat bear points.

Developing

This is PHP + an RDBMS. It's tested on Postgres, but there's no reason you can't use sqlite or something, I guess.

composer install
vi .env # configure the needfuls
php artisan migrate --seed

pnpm install
pnpm build