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
- Install all dependencies with
yarn
. - Start the hot-reload Blitz development server with
yarn dev
. - Access the site on http://localhost:3000.