A full-stack, open-source online judge platform designed to elevate college programming education.
Go to file
cfngc4594 b7ae005076 feat(monaco-editor): add monaco-editor@0.36.1 and monaco-language@5.0.1 to enable LSP integration
- This commit adds the monaco-languageclient package (version 5.0.1) to enable Language Server Protocol (LSP) support in the Monaco Editor. The version 5.0.1 is chosen as it is the compatible version for monaco-editor@0.36.1, as documented in the official compatibility table. The monaco-editor package is pinned to version 0.36.1 to avoid compatibility issues with @monaco-editor/react.

- Refs: https://github.com/TypeFox/monaco-languageclient/blob/main/docs/versions-and-history.md#monaco-editor--codingamemonaco-vscode-api-compatibility-table
2025-02-19 10:28:20 +08:00
public chore: initialize the project 2025-02-19 09:00:15 +08:00
src style(theme): update to github light/dark theme color scheme 2025-02-19 09:11:57 +08:00
.gitignore chore: initialize the project 2025-02-19 09:00:15 +08:00
bun.lock feat(monaco-editor): add monaco-editor@0.36.1 and monaco-language@5.0.1 to enable LSP integration 2025-02-19 10:28:20 +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 feat(monaco-editor): add monaco-editor@0.36.1 and monaco-language@5.0.1 to enable LSP integration 2025-02-19 10:28:20 +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.