personal-website icon indicating copy to clipboard operation
personal-website copied to clipboard

Complete source code of my personal website utilising the alpha version of Blitz.js to try out the zero-API data layer abstraction while also adding 3D elements via R3F to give it a custom touch.

Personal Website

Screenshot of the hero section

Complete source code of my personal website utilising the alpha version of Blitz.js to try out the zero-API data layer abstraction while also adding 3D elements via R3F to give it a custom touch.

More information coming soon

Prerequisites

Guides

Run the dev server

  • Install all dependencies with yarn.
  • Start the hot-reload Blitz development server with yarn dev.
  • Access the site on http://localhost:3000.