- Install dependencies with
bun install - Copy the
example.env.localto.env.local - Fill in the required fields
- Update your
wrangler.tomlfile
- If you get
TypeError: immutable- This means it can't access / reach your local sqlite user table
- Make sure to run
bun migrate:dev