6ad57c869ac428a95da12c4abde63bfbbcb7d8cd
Replace the default template content with concise local setup instructions and project scripts for easier onboarding. Made-with: Cursor
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
Description
Languages
TypeScript
95.1%
CSS
4.1%
HTML
0.5%
Rust
0.3%