galbe
v0.13.1
Published
Fast, lightweight and highly customizable JavaScript web framework based on Bun
Maintainers
Readme
Galbe is a fast, lightweight and highly customizable JavaScript web framework based on Bun.
[!IMPORTANT]
Galbe is currently under active development and not guaranteed to be stable. Future releases may potentially introduce breaking changes.
Getting started
bun create galbe app
cd app
bun install && bun devThe Galbe CLI ships with the package. You can invoke it with bunx galbe or
install it globally using bun install -g galbe.
Documentation
The detailed documentation is available at galbe.dev.
Contributing
Please refer to the Contributing Guide to start contributing to Galbe.
