README.md
# mix daisy_ui_installer
Provides the `DaisyUIComponents` installer to your project.
Installing on hex run:
```bash
mix archive.install hex daisy_ui_installer
```
and to uninstall run:
```bash
mix archive.uninstall daisy_ui_installer
```
To install locally, run:
```bash
cd installer
MIX_ENV=prod mix do archive.build, archive.install
```
and run in the root of this project:
```bash
mix daisy --dev
```