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
···
```bash
# Backend
bun install
-
bun run src/index.ts
# Hosting service
-
cd hosting-service
-
npm run start
# CLI
cd cli
···
```bash
# Backend
+
# bun install will install packages across the monorepo
bun install
+
bun run dev
# Hosting service
+
bun run hosting:dev
# CLI
cd cli