A non-static React/Vite implementation of a Yohaku-inspired personal homepage.
Update src/profile.ts:
person: name, avatar text, intro, bio, statussocials: social media linkssites: personal websitesprojects: project cards and tagsnow: quote and current notes
pnpm install
pnpm build
pnpm devThis can be deployed as a normal Vite app behind 1Panel/OpenResty:
pnpm install --prod=false
pnpm build
pnpm preview --host 127.0.0.1 --port 4173For production, prefer running with PM2 or containerizing it, then reverse-proxy the local port from the desired domain.