This commit is contained in:
Chris Wanstrath 2025-11-03 16:44:17 -08:00
parent 67f8b4b25c
commit 89295fcbec

View File

@ -6,3 +6,15 @@
bun dev
bun cli:install
foam <your website's directory>
## TODO
- [x] Serve Ribbit/Shrimp files
- [x] File-based routing
- [x] Access to query params
- [x] Serve static files in pub/
- [x] Working CLI
- [ ] Form body parsing for POST
- [ ] auto-serve index.sh for subdirectories (`/users` -> `/users/index.sh` if dir)
- [ ] Layouts
- [ ] Caching