From 56362b0ba7186b0dac0e04445043401563db2aad Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 5 Nov 2025 09:07:42 -0800 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cd4d04f..1c39679 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ bun cli:install foam +## 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