Digital CV

An example of a personal project

  • Hosting & deployment - Vercel
  • Framework - Node.js + Next.js & React
  • CSS - Tailwind

Updates

I use regular development steps, via a 'working' development branch, which I update and test either locally or in Github Codespace.

After updating content, I run 'npm run build' to create the lean build version, and update the branch.

Via the deploy.yml congifuration, builds sync'd to the 'working' branch are deployed and I can test them in the 'working' branch live version, hosted by Vercel.

Logs are checked for errors, and if there's no changes required, the latest build of 'working' branch is promoted to 'production'.