Personal website.
Install dependencies:
pnpm installStart a development server:
pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev -- --openTo create a production version of the app:
pnpm buildTo preview the production build:
pnpm preview