Skip to content

jspellman814/jspellman814.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jspellman814.github.io

Built with BartoszJarocki/cv.

Build/Update Process

  • Find local /cv directory
  • Open ./src/data/resume-data.tsx and make changes
  • Run build with npm run build
  • Start local development server with npm run start
  • Visit local site and view page source
  • Copy page source to index.html
  • Find/replace (in the whole project) /_next/static with .next/static
  • Commit and push