- Works: https://ichi-h.com
- Tech: https://tech.ichi-h.com
- Fragments: https://fragments.ichi-h.com
- Storybook: https://portfolio-ui-40i.pages.dev
This repository contains the portfolio codebase. The monorepo lives under node/ and includes
Astro sites, a React UI library, a design system, a shared domain library, and an OG image worker.
node/packages/works- Astro portfolio/works sitenode/packages/tech- Astro tech profile sitenode/packages/fragments- Astro fragments/short-form writing sitenode/packages/ui- React UI component library (Storybook)node/packages/styles- Design system with vanilla-extractnode/packages/shared- Shared domain features and utilitiesnode/packages/og-image- Cloudflare Worker for OG images
- Node.js >= 24
- pnpm (workspace root is
node/)
cd node
pnpm install
pnpm devcd node
pnpm build
pnpm deploy