Go to file
2024-12-03 14:51:45 +08:00
src feat: update error handling in adminCreateUserStore to provide a generic server error message 2024-12-03 14:51:45 +08:00
.eslintrc.json chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
.gitignore chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
components.json chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
LICENSE chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
next.config.ts feat: integrate Gitea API for user management and add error handling 2024-12-01 22:12:55 +08:00
package.json feat: add UI components including Button, Card, Checkbox, Input, Label, Toaster and integrate Zustand for user management 2024-12-03 13:09:59 +08:00
postcss.config.mjs chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
README.md chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
tailwind.config.ts chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
tsconfig.json chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00

Judge4c

📝 Description

A full-stack, open-source online judge platform designed to elevate college programming education

🚀 Quick Start

git clone https://github.com/NGC2207/judge4c.git
cd judge4c
bun install
bun run dev