Go to file
ngc2207 52a7ee5d0b chore(auth): update NextAuth configuration to include JWT language
chore(eslint): add warning rule for unused variables in ESLint configuration
2024-12-11 20:28:44 +08:00
public fix(style): use local image for Gitea OAuth provider logo 2024-12-09 00:18:19 +08:00
src chore(auth): update NextAuth configuration to include JWT language 2024-12-11 20:28:44 +08:00
.eslintrc.json chore(auth): update NextAuth configuration to include JWT language 2024-12-11 20:28:44 +08:00
.gitignore chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
components.json chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
LICENSE chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
next.config.ts chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
package.json feat(theme): add meta color management and integrate Jotai for theme switching 2024-12-09 20:38:08 +08:00
postcss.config.mjs chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
README.md chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
tailwind.config.ts feat(dashboard): add shadcn sidebar-08 2024-12-07 22:06:25 +08:00
tsconfig.json chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +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