Ramblings of a Coder's Mind (Source)
July 27, 2026 ยท View on GitHub
Source for the "Ramblings of a Coder's Mind" blog that's hosted at karun.me (previously blog.karun.me and karunab.com)
Quick Start
./scripts/setup.sh # One-time setup (installs Ruby 3.2, just, dependencies)
just run # Start dev server at http://localhost:4000
Run just --list to see all available commands.
Local Development
See docs/context/DEVELOPMENT.md for detailed documentation.
Common Commands
just run # Start dev server (~1s startup)
just test # Run all tests (lint + e2e)
just verify # Full suite in Docker (same as pre-push hook)
just lint # Run all linters
just snapshots # Regenerate visual snapshots (Linux arm64 via Docker)
just snapshots-failed # Re-run only previously failed snapshot tests
just new-post "Title" # Create a new blog post