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

update readme

Changed files
+6 -13
+6 -13
README.md
··· 1 - # Elysia with Bun runtime 1 + # Wisp.place 2 + A static site hosting service built on the AT Protocol. 2 3 3 - ## Getting Started 4 - To get started with this template, simply paste this command into your terminal: 5 - ```bash 6 - bun create elysia ./elysia-example 7 - ``` 4 + /src is the main backend 5 + /hosting-service is the microservice that serves on-disk caches of sites pulled from the firehose and pdses 6 + /cli is the wisp-cli, a way to upload sites directly to the pds 8 7 9 - ## Development 10 - To start the development server run: 11 - ```bash 12 - bun run dev 13 - ``` 14 - 15 - Open http://localhost:3000/ with your browser to see the result. 8 + full readme soon