- Clone the repo
- Run the cmd
yarn install
- Make a
.env
file in theprisma
folder- make the contents of the file:
- If on Linux/MacOS
DATABASE_URL=file:data/dev.db
- If on Windows
DATABASE_URL=file:./data/dev.db
- If on Linux/MacOS
- make the contents of the file:
- Run the cmd
yarn setup
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.