Skip to content

Educg550/my-website

Repository files navigation

My Website

My personal website: a Monokai-themed Next 16 SPA showcasing OSS contributions, solo initiatives and general portfolio.

Website Landing Page Available at https://educg550.vercel.app/

Stack

Next 16 (App Router, RSC) · TypeScript · Tailwind v4 · Biome · npm · motion · @vercel/analytics.

Local development

npm install
cp .env.example .env   # then fill in GITHUB_TOKEN
npm run dev

Commands

  • npm run dev - start the dev server
  • npm run build - production build
  • npm run lint - Biome lint
  • npm run format - Biome format (write)

Deployment

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).

About

My personal website made with ReactJS, Next.js and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages