Skip to content

JustinMDotNet/portfolio

 
 

Repository files navigation

Justin Moran — Portfolio

Personal portfolio site for Justin Moran, Microsoft Principal Software Engineer.

🌐 Live site: https://justinmdotnet.github.io/portfolio/

Stack

Local development

Requires Node 20+ and Yarn (Corepack will pick up the right version automatically).

yarn install
yarn dev

Site will be served at http://localhost:3000.

Build & deploy

yarn build   # produces a static site in ./out

Pushes to master are automatically built and deployed to GitHub Pages by the Deploy to GitHub Pages workflow.

Editing content

All site content lives in src/data/data.tsx (hero, about, experience, education, skills, contact). Type definitions are in src/data/dataDef.ts. The resume PDF lives at public/assets/resume.pdf.

Credits

Originally based on the react-resume-template by Tim Baker, then heavily customized. Released under the MIT License — see LICENSE.

About

A personal resume website template built with ReactJs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.2%
  • JavaScript 3.5%
  • SCSS 1.3%