Nice code, but now it's mine! 😎
Go to file
2024-11-22 13:11:31 +08:00
prisma fix: remove newline characters from greeting messages in seed data 2024-11-22 12:04:17 +08:00
src fix: remove colors from language badges to improve dark mode readability 2024-11-22 02:28:50 +08:00
.eslintrc.json chore: initialize Next.js project with shadcn 2024-11-21 00:37:02 +08:00
.gitignore chore: initialize Next.js project with shadcn 2024-11-21 00:37:02 +08:00
components.json chore: initialize Next.js project with shadcn 2024-11-21 00:37:02 +08:00
LICENSE chore: initialize Next.js project with shadcn 2024-11-21 00:37:02 +08:00
next.config.ts chore: initialize Next.js project with shadcn 2024-11-21 00:37:02 +08:00
package.json feat: add @monaco-editor/react dependency to package.json 2024-11-22 13:11:31 +08:00
postcss.config.mjs chore: initialize Next.js project with shadcn 2024-11-21 00:37:02 +08:00
README.md chore: initialize Next.js project with shadcn 2024-11-21 00:37:02 +08:00
tailwind.config.ts feat: add shadcn sidebar-08 2024-11-21 14:51:48 +08:00
tsconfig.json chore: initialize Next.js project with shadcn 2024-11-21 00:37:02 +08:00

MineCodeNow

📝 Description

Nice code, but now it's mine! 😎

🚀 Quick Start

git clone https://github.com/NGC2207/mine-code-now.git
cd mine-code-now
bun install
bun run dev