Instructions to start the database can be found here.
This command will not only install the dependencies, but also triggers the prepare
command, so make sure to run it even if you have already installed the dependencies before.
pnpm i
pnpm run populate
After running the command, run prisma studio
and you should see the following:
You can add more data by running pnpm run populate
multiple times.