Go to file
ngc2207 0be9cf3baa refactor(constants): move languages.ts and themes.ts to editor folder
refactor(imports): update SUPPORTED_LANGUAGES and SUPPORTED_THEMES import path to use editor folder

feat(constants): add MIN_FONT_SIZE、MAX_FONT_SIZE and DEFAULT_FONT_SIZE

feat(store): add font size management to code editor store
2024-12-31 23:57:27 +08:00
docker feat(docker): add Gitea service to Docker Compose configuration 2024-12-29 16:19:48 +08:00
prisma feat(auth): add initial Prisma schema for user authentication 2024-12-29 14:48:09 +08:00
public feat(header): add bird icon as default avatar 2024-12-30 23:04:37 +08:00
src refactor(constants): move languages.ts and themes.ts to editor folder 2024-12-31 23:57:27 +08:00
.env.example feat(env): add example environment files for database and authentication configuration 2024-12-29 16:53:44 +08:00
.env.local.example feat(env): add example environment files for database and authentication configuration 2024-12-29 16:53:44 +08:00
.eslintrc.json chore: initialize Next.js project with shadcn 2024-12-29 10:50:00 +08:00
.gitignore feat(env): add example environment files for database and authentication configuration 2024-12-29 16:53:44 +08:00
components.json chore: initialize Next.js project with shadcn 2024-12-29 10:50:00 +08:00
LICENSE chore: initialize Next.js project with shadcn 2024-12-29 10:50:00 +08:00
next.config.ts feat(auth): add self-host Gitea provider for authentication and update Next.js config for remote images 2024-12-29 16:20:36 +08:00
package.json feat(theme): add ThemeSelector component and update supported themes structure 2024-12-31 23:48:47 +08:00
postcss.config.mjs chore: initialize Next.js project with shadcn 2024-12-29 10:50:00 +08:00
README.md chore: initialize Next.js project with shadcn 2024-12-29 10:50:00 +08:00
tailwind.config.ts chore: initialize Next.js project with shadcn 2024-12-29 10:50:00 +08:00
tsconfig.json chore: initialize Next.js project with shadcn 2024-12-29 10:50:00 +08:00

Judge4c

📝 Description

A full-stack, open-source online judge platform designed to elevate college programming education