# Chatboz AI Chatbot (WordPress Plugin)

Chatboz AI Chatbot integrates Chatboz services with WordPress and LearnPress.

## Asset Sources

Compiled assets are committed in `assets/dist`.

Editable source files are located in:
- `assets/src/js`
- `assets/src/scss`
- `assets/src/css`

## Build Commands

From the plugin root:

- use node v20 or later

```bash
npm install
npm run build
npm run build:styles
npm run release
```

- `npm run build` builds JavaScript bundles to `assets/dist/js`.
- `npm run build:styles` builds SCSS/Tailwind outputs to `assets/dist/css`.
- `npm run release` creates release packages in `release/`.
