Files
dify-batch-tester/README.md
Xin Wang 6ad57c869a Simplify README and remove template branding.
Replace the default template content with concise local setup instructions and project scripts for easier onboarding.

Made-with: Cursor
2026-04-20 11:07:27 +08:00

599 B

Dify Batch Tester

A simple web app for batch testing prompts/workflows.

Requirements

  • Node.js 18+

Local Development

  1. Install dependencies: npm install
  2. Create local env file: cp .env.example .env.local
  3. Update .env.local with your keys/values:
    • GEMINI_API_KEY
    • APP_URL
  4. Start the dev server: npm run dev
  5. Open: http://localhost:3000

Scripts

  • npm run dev - start development server
  • npm run build - build for production
  • npm run preview - preview production build
  • npm run lint - run TypeScript checks