Clinton Medbery's personal website, built with React, Vite, and Tailwind CSS.
- Node.js 18+ (see
.nvmrc) - pnpm
Install dependencies first:
pnpm installRuns the app in development mode at http://localhost:3000 with hot module replacement.
Builds the app for production to the dist folder.
Serves the production build locally to preview it before deploying.
Runs the test suite with Vitest.
- Static assets (favicons,
manifest.json,ClintonMedberyResume.pdf) live inpublic/and are served from the site root. - This project was migrated from Create React App + Craco to Vite.