My portfolio website
Clone this repository
git clone https://github.com/swayam25/swayam25.github.io swayam
cd swayam
Install dependencies
pnpm i
Start the app
pnpm dev -- --port 2500
Follow steps 1 & 2 from the installation guide. Ignore if already done.
Build the app
pnpm build
Preview the app
pnpm preview -- --port 2500