miso-ui is a component library that uses Basecoat to deliver ShadCN styling. It uses Tailwind CSS utility classes under the hood.
To install and use Basecoat see the Installation docs.
Call nix develop to enter a shell with GHC 9.12.2
$ nix developOnce in the shell, you can call cabal run to start the development server and view the application at http://localhost:8080
$ nix develop .#wasm --command bash -c "make"To host the built application you can call serve
$ nix develop --command bash -c "make serve"This comes with a GitHub action that builds and auto hosts the example.