## Contributing This repo uses [mise](https://mise.jdx.dev) for the toolchain and [hk](https://hk.jdx.dev) for git hooks. ```sh mise run setup # install tools, fetch deps, wire git hooks mix test # run the test suite mix tailwind storybook # build the storybook CSS (first run: mix tailwind.install) mix dev # boot the storybook at http://localhost:4001 ``` Components live under `lib/shadix/components/`; the same modules are what the generator copies (with namespace rewriting) into a host app.