This repository houses the source code for fachr.in, my personal web page. It reflects my philosophy of building software: simple, performant, and scalable.
This project is built with modern web standards.
- Core: Next.js 14 (App Router) for server-side rendering and optimal performance.
- Styling: Tailwind CSS for a utility-first, maintainable design system.
- Content: MDX to treat content as data, allowing rich interactivity in blog posts.
- Infrastructure: Self-hosted on Kubernetes (K8s), containerized with Docker, and deployed via GHCR.
To run this project locally:
# 1. Clone the repository
git clone https://github.com/parinpan/fachr.in.git
# 2. Install dependencies
npm install
# 3. Start the development server
npm run dev
# 4. Run tests
npm test