personal-website

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:

Setup

Make sure to install the required dependencies:

npm install

Development

npm run dev

The development server should now be running at http://localhost:3000

Production

To create a production build:

npm run build

To preview the production build:

npm run start