-
-
Notifications
You must be signed in to change notification settings - Fork 7
Tools & Setup
Felipe Rios edited this page Oct 4, 2024
·
1 revision
TL;DR: The primary development platform is Linux. Install Docker and Docker Compose for container-based workflows. Windows users should configure WSL 2 first.
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.
The primary development platform is Linux. All documentation and scripts are validated for Linux environments. Platform-specific notes:
- Set up Windows Subsystem for Linux (WSL) first.
- For SSH key management on WSL 2, see Use an SSH agent in WSL.
Most projects use Docker and Docker Compose for local development and testing: