judge/code-editor
2025-01-10 19:13:52 +08:00
..
public chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00
src feat: add theme and language selection to code editor with language server connection support 2025-01-10 19:13:52 +08:00
.gitignore chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00
bun.lockb feat: integrate language server support with WebSocket connection for C/C++ languages 2025-01-10 18:35:33 +08:00
components.json chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00
eslint.config.js chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00
index.html chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00
package.json feat: integrate language server support with WebSocket connection for C/C++ languages 2025-01-10 18:35:33 +08:00
postcss.config.js chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00
README.md chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00
tailwind.config.js chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00
tsconfig.app.json chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00
tsconfig.json chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00
tsconfig.node.json chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00
vite.config.ts chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration 2025-01-07 02:17:20 +08:00

Code Editor