- site can be found at: https://mattwellman.info
- Although I have held many significant leadership roles in past this site is a presentation of my overall development biography. The many steps along my career path which led me into development.
My bio uses a number of open source libraries:
- [ReactJS] - HTML enhanced for web apps!
- [Vite] - Build tool and dev server
- [React-Helmet-Async] - Header Meta tag injector for spa.
- [GSAP] - Animation
- [React Router] - Router
- [Font Awesome Icon] - icons for presentation
Node 22 (see .nvmrc).
$ nvm useClone Repo
$ cd Portfolio
$ npm install
$ npm run dev| script | what it does |
|---|---|
npm run dev |
start the Vite dev server on http://localhost:3000 |
npm run build |
production build into dist/ |
npm run preview |
serve the built dist/ locally |
Pushes to the default branch trigger a Netlify build. See netlify.toml — it pins Node 22
and publishes dist/.
This codebase is published for reference and review. All rights reserved — please don't fork, copy, or reuse it without permission.