Personal portfolio site for Owen Abel Amenze.
Live preview: https://owenabel-com.pages.dev
- Astro static output
- Vite under Astro's build pipeline
- TypeScript with
tsgo - Oxlint and Oxfmt where they fit
pnpm run dev
pnpm run build
pnpm run previewLocal development runs through Portless:
https://owenabel.localhostTo bypass Portless:
pnpm run dev:rawBuild command:
pnpm run buildBuild output directory:
distDirect deploy:
pnpm run deploy:cfThe site intentionally avoids host-specific runtime code, so it can migrate to Cloudflare Pages, Netlify, GitHub Pages, Railway static hosting, object storage, or any CDN that serves static files.