README.md

# Nex New

Project generator for the Nex web framework.

## Installation

Install the archive from Hex:

```bash
mix archive.install hex nex_new
```

## Usage

Create a new Nex project:

```bash
mix nex.new my_app
cd my_app
mix nex.dev
```

Visit `http://localhost:4000` to see your app running.

## What's Included

The generator creates a new Nex project with:

- File-based routing structure
- HTMX integration
- TailwindCSS and DaisyUI for styling
- Hot reload in development
- Example pages and components

## Documentation

For more information about the Nex framework, visit the [GitHub repository](https://github.com/gofenix/nex).

## License

MIT