# HTTPS
git clone https://github.com/aayushmishramechatronics/portfolio-website.git
# Or SSH (if you have SSH Keys configured)
git clone [email protected]:aayushmishramechatronics/portfolio-website.git
cd portfolio-website
cp .env.example .env
pnpm install
pnpm dev
pnpm build