A full-stack, open-source online judge platform designed to elevate college programming education.
Go to file
2025-02-19 12:29:24 +08:00
docker feat(docker): Add Docker configuration for clangd-based C/C++ LSP servers 2025-02-19 12:25:44 +08:00
public chore: initialize the project 2025-02-19 09:00:15 +08:00
src feat(monaco): Integrate clangd LSP for C language support in Monaco Editor 2025-02-19 12:29:24 +08:00
.gitignore chore: initialize the project 2025-02-19 09:00:15 +08:00
bun.lock chore(deps): add vscode-languageclient and vscode-ws-jsonrpc packages 2025-02-19 11:05:16 +08:00
components.json chore: initialize shadcn/ui 2025-02-19 09:07:30 +08:00
eslint.config.mjs chore: initialize the project 2025-02-19 09:00:15 +08:00
next.config.ts chore: initialize the project 2025-02-19 09:00:15 +08:00
package.json chore(deps): add vscode-languageclient and vscode-ws-jsonrpc packages 2025-02-19 11:05:16 +08:00
postcss.config.mjs chore: initialize the project 2025-02-19 09:00:15 +08:00
README.md chore: initialize the project 2025-02-19 09:00:15 +08:00
tailwind.config.ts chore: initialize shadcn/ui 2025-02-19 09:07:30 +08:00
tsconfig.json chore: initialize the project 2025-02-19 09:00:15 +08:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.