Installation
To install Hyperspan, you first need to install Bun — a new fast JavaScript runtime with TypeScript support (and a lot more!) built in.
Once Bun is installed on your system, you can create a new Hyperspan app from the starter template:
bunx degit vlucas/hyperspan/packages/starter-template my-app
cd my-app
bun install
bun run dev
From there, you can add custom routes, layouts, and client components to your app. The sky is the limit!