Personal blog and website of Genduk Ayu Pramesti, from Kotagede, Yogyakarta.
Thoughts on identity, safety, and what it means to remember and be remembered.
Live at genduk.dev
- Astro with MDX
- Styled with custom CSS (terminal-inspired design)
- Deployed to GitHub Pages
bun install
bun devThis project uses pre-commit for code quality checks:
pre-commit install # setup (one-time)
pre-commit run --all-files # manual runHooks: prettier (format check), eslint (lint), astro check (typecheck).
| Command | Action |
|---|---|
bun install |
Install dependencies |
bun dev |
Start local dev server at localhost:4321 |
bun build |
Build production site to ./dist/ |
bun preview |
Preview build locally before deploying |