Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 364 Bytes

File metadata and controls

16 lines (13 loc) · 364 Bytes

FlowForge

Event-driven automation engine.

Quick Start with Docker

  1. Copy .env.local.example to .env.local:
    cp .env.local.example .env.local
  2. Fill in your secrets in .env.local.
  3. Run the valid Docker command:
    npm run docker:dev
  4. API will be available at http://localhost:3000.