Reactive programming tools using the WHATWG Streams API.
See the docs for more information.
- Install Bun.
- Install dependencies:
bun install - Start an incremental build tool:
bun start. Or build once:bun run build
We're using a combination of Jekyll for static file generation and Typedoc for API generation.
- Install Ruby.
- Install depenedencies:
bundle install - Build documentation:
bun run build:docs. Or start a server:bun run serve:docs.