Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.

update readme for local env

+13
+13
README.md
··· 42 42 # bun install will install packages across the monorepo 43 43 bun install 44 44 bun run dev 45 + ``` 46 + .env file for local dev 45 47 48 + ```env 49 + DATABASE_URL=postgres://postgres:postgres@localhost:5432/wisp 50 + 51 + NODE_ENV=development 52 + DOMAIN=https://wisp.place 53 + CLIENT_NAME=Wisp.Place 54 + LOCAL_DEV=true 55 + ``` 56 + 57 + 58 + ```bash 46 59 # Hosting service 47 60 bun run hosting:dev 48 61