update claude

This commit is contained in:
Chris Wanstrath 2026-02-11 20:55:59 -08:00
parent 28e8d0db2c
commit 6fa03413bd

View File

@ -1,6 +1,10 @@
# Toes - Guide to Writing Apps
Toes discovers and runs web apps from an `apps/` directory, each on its own port. Apps are server-rendered TypeScript using **Hype** (wraps Hono) and **Forge** (CSS-in-JS). Runtime is **Bun**.
Toes manages and runs web apps, each on its own port.
Apps are server-rendered TypeScript using **Hype** (wraps Hono) and **Forge** (CSS-in-JS).
Runtime is **Bun**.
## App vs Tool