update readme
This commit is contained in:
parent
ad04ab79cd
commit
56362b0ba7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user