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

update readme

nekomimi.pet 37e32fdd c2d0d07c

verified
Changed files
+3 -3
+3 -3
README.md
··· 39 39 40 40 ```bash 41 41 # Backend 42 + # bun install will install packages across the monorepo 42 43 bun install 43 - bun run src/index.ts 44 + bun run dev 44 45 45 46 # Hosting service 46 - cd hosting-service 47 - npm run start 47 + bun run hosting:dev 48 48 49 49 # CLI 50 50 cd cli