Skip to content

Getting Started

Welcome to the Fleet Decision Platform! This guide will help you get up and running quickly.

Prerequisites

Before you begin, ensure you have the following installed:

Requirement Version Purpose
Python 3.9+ Runtime environment
uv Latest Package management
Git 2.0+ Version control
PostgreSQL 15+ Database (optional for MVP)

Installation Methods

# Clone and install
git clone https://github.com/yourusername/fleet-cascade.git
cd fleet-cascade
uv sync
# Clone and install with dev dependencies
git clone https://github.com/yourusername/fleet-cascade.git
cd fleet-cascade
uv sync --all-extras
uv run pre-commit install
# Build and run with Docker
docker-compose up -d

What's Next?

Need Help?

If you run into issues:

  1. Check the Troubleshooting Guide
  2. Search GitHub Issues
  3. Ask in Discussions