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