lithair-cli 0.7.1

CLI tool for scaffolding Lithair projects
# {{project_name}}

A [Lithair](https://github.com/lithair/lithair) application.

## Getting Started

```bash
# Run the server
cargo run

# The server starts at http://127.0.0.1:3000
```

## Project Structure

```
src/
  main.rs          - Server entry point
  models/          - Declarative data models
  routes/          - Custom route handlers
  middleware/      - Custom middleware
frontend/          - Static assets (HTML/CSS/JS)
data/              - Runtime event stores (gitignored)
```

## Configuration

Copy `.env.example` to `.env` and adjust values:

```bash
cp .env.example .env
```

Environment variables use the `LT_` prefix.