No description
Find a file
2026-02-26 07:55:11 +07:00
types Add Zod validation for MathQuiz schema and update question generation logic 2026-02-25 10:36:29 +07:00
.gitignore Initial commit 2026-02-24 19:25:02 +07:00
batch-generate.ts Add error logging for failed question fetch attempts 2026-02-26 07:55:11 +07:00
bun.lock Add Zod validation for MathQuiz schema and update question generation logic 2026-02-25 10:36:29 +07:00
index.ts Initial commit 2026-02-24 19:25:02 +07:00
package.json Add Zod validation for MathQuiz schema and update question generation logic 2026-02-25 10:36:29 +07:00
README.md Initial commit 2026-02-24 19:25:02 +07:00
tsconfig.json Initial commit 2026-02-24 19:25:02 +07:00

gen-question

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.5. Bun is a fast all-in-one JavaScript runtime.