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.
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