Replace the default template content with concise local setup instructions and project scripts for easier onboarding. Made-with: Cursor
599 B
599 B
Dify Batch Tester
A simple web app for batch testing prompts/workflows.
Requirements
- Node.js 18+
Local Development
- Install dependencies:
npm install - Create local env file:
cp .env.example .env.local - Update
.env.localwith your keys/values:GEMINI_API_KEYAPP_URL
- Start the dev server:
npm run dev - Open: http://localhost:3000
Scripts
npm run dev- start development servernpm run build- build for productionnpm run preview- preview production buildnpm run lint- run TypeScript checks