My website, hisbaan.com https://hisbaan.com
  • MDX 62.5%
  • TypeScript 34.8%
  • CSS 2.5%
  • JavaScript 0.2%
Find a file
2026-05-27 19:42:51 -04:00
src feat: update occupation blurb 2026-05-27 19:42:51 -04:00
.env.example feat: update website to use db + uploadthing instead of flickr 2025-06-26 10:37:00 -04:00
.gitignore chore: update packages 2025-06-25 23:54:40 -04:00
.prettierignore Finish new react site 2024-05-04 21:26:10 -04:00
.prettierrc Add photo gallery 2024-11-09 14:34:44 -05:00
drizzle.config.ts feat: add upload script to upload photos, generate thumbnails, and extract tags 2025-06-26 01:16:05 -04:00
eslint.config.mjs chore: update dependencies 2026-05-18 17:38:03 -04:00
mdx-components.tsx fix: ensure articles with code blocks are the correct width 2025-12-30 23:49:29 -05:00
next.config.ts chore: update dependencies 2026-05-18 17:38:03 -04:00
package.json chore: update dependencies 2026-05-18 17:38:03 -04:00
pnpm-lock.yaml chore: update dependencies 2026-05-18 17:38:03 -04:00
postcss.config.mjs chore: update packages 2025-06-25 23:54:40 -04:00
README.md Finish new react site 2024-05-04 21:26:10 -04:00
tailwind.config.ts Fix mobile photo gallery layout 2024-11-29 03:22:41 -05:00
tsconfig.json chore: update dependencies 2026-05-18 17:38:03 -04:00

This is the source code for hisbaan.com

Development

Clone the repository:

git clone git@github.com:hisbaan/hisbaan.com
cd hisbaan.com

Install dependencies:

pnpm install

Run dev environment:

pnpm run dev

Build the static site:

pnpm build

Serve the static site:

pnpm next