Personal website of Khesim Reid — Software Engineer with experience in Big Tech and Fintech.
Built with React, TypeScript, Vite, Tailwind CSS, and Framer Motion. Deployed via GitHub Actions to GitHub Pages at khesimreid.com.
npm install
npm run dev| Command | Description |
|---|---|
npm run dev |
Start local dev server at localhost:5173 |
npm run build |
Build for production into dist/ |
npm run preview |
Preview the production build locally |
npm run lint |
Run ESLint |
Pushes to master automatically trigger a GitHub Actions workflow that builds and deploys to GitHub Pages. No manual build step required.