dev-environment

Installation
SKILL.md

Start the Local Dev Environment

The sandbox-api runs inside Docker with Air for hot-reload. Changes to Go files in sandbox-api/ are picked up automatically without restarting the container.

Prerequisites

Install dev dependencies (one-time):

make dependencies

This installs:

  • air — hot-reload for Go
  • swag — OpenAPI doc generation
  • yq — YAML processor (via brew)

Installs
1
GitHub Stars
22
First Seen
Jun 23, 2026
dev-environment — blaxel-ai/sandbox