cjkihl - Overview
const cj = { name: "Carl-Johan Kihl", location: "πΈπͺ Sweden", code: ["TypeScript", "JavaScript", "Node.js", "React"], tools: ["Bun", "Turbo", "Changesets", "Manypkg"], architecture: ["Monorepos", "Microservices", "Serverless"], challenge: "Building the next big thing while contributing to open source!", funFact: "I probably spend more time in Cursor than sleeping π΄" };
# π Clone and dive in git clone https://github.com/cjkihl/cjkihl.git cd cjkihl # π¦ Install with the fastest package manager ever bun install # π¨ Build everything (it's fast, I promise!) bun run build # π§ͺ Run tests (because we're responsible developers) bun test