- Set your API URL in a
.envfile:
cp .env.example .env
# Edit .env and set REFRAME_API_URL to your API server- Build and run with Docker Compose:
docker-compose up --buildThe application will be available at http://localhost:3000
For detailed Docker configuration instructions, see DOCKER_CONFIGURATION.md
See the website README for local development instructions.