My personal website: a Monokai-themed Next 16 SPA showcasing OSS contributions, solo initiatives and general portfolio.
Available at https://educg550.vercel.app/
Next 16 (App Router, RSC) · TypeScript · Tailwind v4 · Biome · npm · motion · @vercel/analytics.
npm install
cp .env.example .env # then fill in GITHUB_TOKEN
npm run devnpm run dev- start the dev servernpm run build- production buildnpm run lint- Biome lintnpm run format- Biome format (write)
Hosted on Vercel; production tracks main, PRs get preview URLs automatically.
Day-to-day
- Push to
main-> Vercel builds & promotes to production.
CLI alternative: npx vercel (preview), npx vercel --prod (production).