cp example.env .dev.vars
# Replace with correct values
npm i
# For frontend
npm run dev
# For functions
npm run dev:wrangler
- Add them to example.env
- For public values add to wrangler.jsonc
- For secrets, update in Github Environments.
Make sure to update for both preview and production.