pnpm installThis project uses direnv to manage environment variables. With the current setup, you just need to
- Copy
.env.exampleto.env.
cp .env.example .env- And then copy
.env.development.exampleto.env.development.
cp .env.development.example .env.development- Then make sure direnv is allowed in this project folder
direnv allowAnd you should be good to go.
pnpm dev