Getting Started
Installation
How to install Mako Code
System Requirements
- Python 3.11+
- Node.js 20+
- Docker Desktop (recommended for easiest setup)
Installation Methods
Using Docker Compose (Recommended)
The easiest way to get started with Mako Code is using Docker Compose:
Using Make (Mac Only)
Alternatively, on Mac systems you can use the provided Makefile:
To run frontend and backend separately:
To clean up dependencies and build artifacts:
Verifying Installation
After installation, the Mako Code interface should be available at:
- Frontend: http://localhost:3000
- Backend API documentation: http://localhost:8001/api/docs
Next Steps
Now that you have Mako Code installed, check out the Quick Start guide to learn how to use it.