# Development Setup

## Initial setup
```bash
cp .env.template .env
npm install
npm run prepare
docker-compose up
```
