Nice code, but now it's mine! 😎
Go to file
2024-11-26 18:43:58 +08:00
prisma feat: update language icons in snippet-card component and seed.ts 2024-11-23 00:23:16 +08:00
src feat: add Fira Code Variable font and enhance snippet editor with Shiki highlighter 2024-11-23 00:58:07 +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 @shikijs/monaco and shiki dependencies to package.json 2024-11-26 18:43:58 +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