# Clone the repo
git clone https://github.com/fgianoli/talkingmaps.git
cd talkingmaps

# Copy and edit the environment file
cp .env.example .env

# Start everything with Docker
docker compose up -d

# Open http://localhost:8080 and you're in!
1 / 1