Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 723 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 723 Bytes

Untitled Block Game

Welcome to the Untitled Block Game API repository! For full instructions on setting up a dev environment and more, check out the Wiki

Quick commands

Here are some commands you will use frequently when developing the API:

Updating your local DBs after modifying schema.prisma

Development DB: yarn update-db

Testing DB: yarn update-db-test

All DBs: yarn update-dbs

Don't forget to regenerate your Prisma client after making changes to the schema: npx prisma generate

Side notes