···2233A Nix-based development environment for running AT Protocol services (PDS, PLC, Caddy proxy, and MailHog).
4455+## Prerequisites
66+77+Make sure to add these lines to your `/etc/hosts` file:
88+```
99+127.0.0.1 pds.example.org
1010+127.0.0.1 plc.example.org
1111+```
1212+1313+Generate SSL certificates before first use:
1414+```bash
1515+nix run .#generate-certs
1616+```
1717+518## Quick Start
6197201. **Enter the development environment:**
···6376- `tmux attach -t atproto` - Attach to the services session
6477- `tmux kill-session -t atproto` - Stop all services
6578- `nix run .#generate-certs` - Generate SSL certificates
6666-6767-## Prerequisites
6868-6969-Make sure to add these lines to your `/etc/hosts` file:
7070-```
7171-127.0.0.1 pds.example.org
7272-127.0.0.1 plc.example.org
7373-```
7474-7575-Generate SSL certificates before first use:
7676-```bash
7777-nix run .#generate-certs
7878-```