Digital Delivery Consultancy & Open‑Source Components
KJL.dev is the home of KJL Solutions Ltd.—offering expert digital delivery consultancy services alongside a suite of open‑source components, utilities and experimental ideas to help you build, automate and ship software faster.
This is the source code for the KJL.dev website. The site serves as a portfolio for KJL Solutions Ltd. and showcases various open‑source components.
- Astro
- Tailwind CSS
- Bun for blazing‑fast installs & scripts
- Remark & Rehype plugins for GFM, external links, GitHub style alerts
If you want to run this site locally, you can do so with the following commands:
# 1. Clone the repo
git clone https://github.com/kjldev/kjldev.git
cd kjldev/src/
# 2. Install dependencies
bun install
# 3. Run dev server
bun dev # → http://localhost:4321