My portfolio website simulating macOS's GUI: https://praneshmacOsportfolio.vercel.app
Powered by React + Zustand + UnoCSS + TypeScript + Vite.
Clone the repo and install dependencies:
pnpm installStart dev server (with hot reloading):
pnpm devBuild for production with minification to the dist folder:
pnpm build

