# Reviq Publisher Dashboard ## Setup ### Prerequisites - [devenv](https://devenv.sh/) for development environment management ### Environment Variables Copy `.env.dev` to `.env` for local development: ```bash cp .env.dev .env ``` | Variable | Description | |----------|-------------| | `DATABASE_URL` | PostgreSQL connection string | ### Development Start the development environment: ```bash devenv up ``` This starts: - PostgreSQL database - Publisher dashboard dev server (port 6827) - Package build watcher The database is automatically initialized with: - Database: `reviq-dashboard` - User: `reviq` - Password: `reviq`