Built with BartoszJarocki/cv.
- Find local
/cvdirectory - Open
./src/data/resume-data.tsxand 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/staticwith.next/static - Commit and push