# Starter Theme

A minimal NextSpark theme to kickstart your project.

## Features

- **Tasks Entity** - Complete example with CRUD
- **Analytics Dashboard** - Custom dashboard page
- **Hero Block** - Page builder block example
- **6 Languages** - en, es, fr, it, de, pt
- **Cypress Tests** - Full test infrastructure

## Quick Start

```bash
# Install dependencies
pnpm install

# Configure environment
cp .env.example .env.local

# Run migrations
pnpm db:migrate

# Start development
pnpm dev
```

## Documentation

See `docs/` folder for detailed documentation.

## License

MIT
