···4242# bun install will install packages across the monorepo
4343bun install
4444bun run dev
4545+```
4646+.env file for local dev
45474848+```env
4949+DATABASE_URL=postgres://postgres:postgres@localhost:5432/wisp
5050+5151+NODE_ENV=development
5252+DOMAIN=https://wisp.place
5353+CLIENT_NAME=Wisp.Place
5454+LOCAL_DEV=true
5555+```
5656+5757+5858+```bash
4659# Hosting service
4760bun run hosting:dev
4861