- Set your API URL in a
.env
file:
cp .env.example .env
# Edit .env and set REFRAME_API_URL to your API server
- 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
See the website README for local development instructions.