Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 508 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 508 Bytes

Demo Server

The demo server provides documentation, demos, and examples for evaluating and referencing component features, props, and behaviors.

demo

Start

bun run demo

The server is available @ localhost:9999

Development

bun run dev

The demo server is also a great place to work on the components when run in "dev mode"; which adds hot reloading, component names as class names, and some additional log outputs.