Prerequisites
- Go 1.21 or later
- Docker
- macOS (primary supported contributor platform)
makersync
Build the binaries
./dist/amika(CLI)./dist/amika-server(HTTP API server)
Verify Docker access
Run common commands
Run the HTTP API server
:8080.
To change the port:
Run development checks
Troubleshooting
Docker command fails
Docker command fails
Confirm Docker Desktop is running and your user can access the Docker socket.
Preset image appears outdated
Preset image appears outdated
Remove the local preset image and rerun your command.
You need full flag details
You need full flag details
Open the CLI reference.
Lint fails on exported symbol comments
Lint fails on exported symbol comments
make lint uses revive and enforces doc comments for exported symbols.