update readme
This commit is contained in:
parent
ad04ab79cd
commit
56362b0ba7
|
|
@ -6,6 +6,10 @@
|
||||||
bun cli:install
|
bun cli:install
|
||||||
foam <your website's directory>
|
foam <your website's directory>
|
||||||
|
|
||||||
|
## Dev mode (hot reload foam itself)
|
||||||
|
|
||||||
|
bun --hot /path/to/foam/repo/bin/foam .
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- [x] Serve Ribbit/Shrimp files
|
- [x] Serve Ribbit/Shrimp files
|
||||||
|
|
@ -13,6 +17,8 @@
|
||||||
- [x] Access to query params
|
- [x] Access to query params
|
||||||
- [x] Serve static files in pub/
|
- [x] Serve static files in pub/
|
||||||
- [x] Working CLI
|
- [x] Working CLI
|
||||||
|
- [ ] Nice error messages
|
||||||
|
- [ ] dev mode / prod mode (caching, errors)
|
||||||
- [ ] Form body parsing for POST
|
- [ ] Form body parsing for POST
|
||||||
- [ ] auto-serve index.sh for subdirectories (`/users` -> `/users/index.sh` if dir)
|
- [ ] auto-serve index.sh for subdirectories (`/users` -> `/users/index.sh` if dir)
|
||||||
- [ ] Layouts
|
- [ ] Layouts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user