Skip to content

Commit

Permalink
add prisma setup call in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Dec 4, 2023
1 parent db4ab5c commit 1cf6e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 1cf6e5f

Please sign in to comment.