My blood, sweat, and tears condensed into a single portfolio; check it out!
Designed using Figma.
If you want to tinker around with the website yourself, here's how you do it:
Make sure to install the required dependencies:
npm install
npm run dev
The development server should now be running at http://localhost:3000
To create a production build:
npm run build
To preview the production build:
npm run start