Baduk Club's ratings DB.
Besides pushing things to Vercel and setting up the environment variables, you will need to manually do:
pnpm run db:push
You can use pnpm run db:studio
to have a nice UI to the DB locally.
Locally, you can set things up with:
#-----------------------------------------------------------
# 1. DB
NODE_ENV=
DATABASE_URL=
#-----------------------------------------------------------