foam/README.md

545 B

🫧 foam

Quickstart

bun install
bun cli:install
foam <your website's directory>

Dev mode (hot reload foam itself)

bun --hot /path/to/foam/repo/bin/foam .

TODO

  • Serve Ribbit/Shrimp files
  • File-based routing
  • Access to query params
  • Serve static files in pub/
  • 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
  • Caching