From 1cf6e5f1a99dc8285a6a2376ae94f7f412b654a8 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Mon, 4 Dec 2023 08:43:22 -0800 Subject: [PATCH] add prisma setup call in dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37f8289c..bac18f67 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The below instructions will **not** work on Windows. - `cd document-processor && python3.9 -m virtual-env v-env && source v-env/bin/activate && pip install -r requirements.txt` In separate terminal windows from project root: - - `yarn dev:server` + - `yarn prisma:setup` to create DB migration and client and then run `yarn dev:server` - `yarn dev:frontend` - `yarn dev:workers` - `cd document-processor && flask run --host '0.0.0.0' --port 8888`