update readme

This commit is contained in:
Chris Wanstrath 2025-11-05 09:07:42 -08:00
parent ad04ab79cd
commit 56362b0ba7

View File

@ -6,6 +6,10 @@
bun cli:install
foam <your website's directory>
## Dev mode (hot reload foam itself)
bun --hot /path/to/foam/repo/bin/foam .
## TODO
- [x] Serve Ribbit/Shrimp files
@ -13,6 +17,8 @@
- [x] Access to query params
- [x] Serve static files in pub/
- [x] Working CLI
- [ ] Nice error messages
- [ ] dev mode / prod mode (caching, errors)
- [ ] Form body parsing for POST
- [ ] auto-serve index.sh for subdirectories (`/users` -> `/users/index.sh` if dir)
- [ ] Layouts