Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.41 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.41 KB

Baduk Club DB

Baduk Club's ratings DB.

Dev

Deployment

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.

Env

Locally, you can set things up with:

#-----------------------------------------------------------
# 1. DB

NODE_ENV=
DATABASE_URL=

#-----------------------------------------------------------

References