# Clone the repository git clone https://github.com/weam-ai/weam.git cd weam # Set up environment cp .env.example .env # Start development environment docker compose up --build # Access the application open http://localhost:3000