- 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. |
||
|---|---|---|
| public | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| components.json | ||
| LICENSE | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
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