Go to file
fly6516 c6480bc628
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 24m18s
add mirror for node in demo.yaml
2024-12-11 11:51:07 +08:00
.gitea/workflows add mirror for node in demo.yaml 2024-12-11 11:51:07 +08:00
src feat(auth): implement Gitea authentication provider with NextAuth integration 2024-12-07 21:01:22 +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(auth): implement Gitea authentication provider with NextAuth integration 2024-12-07 21:01:22 +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 chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
test.md test trigger gitea action 2024-12-11 11:16:01 +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