Set up environment variables manually (optional)
1. In apps/web/client
Create a copy of the .env.example
file under the apps/web/client
directory and name it .env
. Fill in the values with your own API keys.
It should look like this:
2. In packages/db
Create a copy of the .env.example
file under the packages/db
directory and name it .env
. Fill in the values with the values from the output of the bun backend:start
command.