Go to file
ngc2207 474c71bf96 fix(style): use local image for Gitea OAuth provider logo
- Replaced the default Gitea logo URL with a local image path to ensure the logo is displayed correctly.
- The default URL `https://authjs.dev/img/providers/gitea.svg` is not supported, so a local image is used instead.
2024-12-09 00:18:19 +08:00
public fix(style): use local image for Gitea OAuth provider logo 2024-12-09 00:18:19 +08:00
src fix(style): use local image for Gitea OAuth provider logo 2024-12-09 00:18:19 +08:00
.eslintrc.json chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +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(dashboard): add shadcn sidebar-08 2024-12-07 22:06:25 +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