🚀 Retently Platform Setup

Automated development environment setup for Retently platform.

⚡ Quick Start

Set up your development environment with one command:

                
Copied!
curl -fsSL https://retently.dev/setup.sh | bash

✨ Features

🔒 Security-First

Bootstrap script requires authentication. Infrastructure details never exposed publicly.

🔐 Permission-Aware

Automatically detects and clones only repos you have access to.

🔧 Idempotent

Run multiple times safely. Already cloned repos are skipped.

📦 Self-Updating

Setup script auto-updates from docker repo. Always latest version.

🌍 Cross-Platform

Works on macOS and Linux. Handles differences automatically.

⚡ Fast Setup

Complete environment in ~5 minutes. One command to rule them all.

📚 What You Get

🎯 After Setup

Start services with:

cd ~/Projects/retently-platform/docker
docker-compose -f docker-compose.app.yml up

📞 Need Help?

After setup, all documentation is in docker/docs/

📥 Download setup.sh