Skip to content

Tools & Setup

Felipe Rios edited this page Oct 4, 2024 · 1 revision

Tools & Setup

TL;DR: The primary development platform is Linux. Install Docker and Docker Compose for container-based workflows. Windows users should configure WSL 2 first.

Overview

Following a project's README.md may get it running, but productive development requires additional tooling and configuration. This page provides guidance on setting up a complete development environment.

Operating System

The primary development platform is Linux. All documentation and scripts are validated for Linux environments. Platform-specific notes:

Windows

Containers

Most projects use Docker and Docker Compose for local development and testing:

Additional Guides

Clone this wiki locally