Skip to content

GoPlasmatic/Sandbox

Repository files navigation

Sandbox

Quick Start

Using Docker

  1. Set your API URL in a .env file:
cp .env.example .env
# Edit .env and set REFRAME_API_URL to your API server
  1. Build and run with Docker Compose:
docker-compose up --build

The application will be available at http://localhost:3000

For detailed Docker configuration instructions, see DOCKER_CONFIGURATION.md

Local Development

See the website README for local development instructions.