Go to file
2024-12-15 21:15:19 +08:00
messages feat(i18n): update AppSidebar component for internationalization support 2024-12-12 21:32:06 +08:00
public fix(style): use local image for Gitea OAuth provider logo 2024-12-09 00:18:19 +08:00
src feat(playground): add theme selector component and enhance code editor with additional themes and languages 2024-12-15 21:15:19 +08:00
.eslintrc.json chore(auth): update NextAuth configuration to include JWT language 2024-12-11 20:28:44 +08:00
.gitignore feat(playground): integrate Gitea API for file tree retrieval and update PlaygroundSidebar component 2024-12-14 17:52:15 +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 feat(i18n): add internationalization support with en-US and zh-CN translations 2024-12-12 10:31:10 +08:00
package.json feat(playground): add code editor component and integrate file retrieval functionality 2024-12-15 12:33:39 +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