- Make sure nodejs and pnpm are installed on your system (if you want to use npm or yarn, you have to change the scripts in the package.json accordingly).
- Create a
.env
file in the root directory according to the.example.env
file. (you can also just replace the contents and rename it to.env
once you're done). - Run
pnpm install
. - Run
pnpx prisma generate
. This creates the database at the specified URL in the.env
File.
To run the project locally, just run pnpm dev