Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 640 Bytes

File metadata and controls

26 lines (17 loc) · 640 Bytes

Portfolio Vercel Status

A minimalistic portfolio site built with NextJS - View

Banner

Development setup

git clone https://github.com/binaryshrey/Portfolio.git
cd Portfolio
npm install
npm run dev

Development server runs at http://localhost:3000.

Prod setup

npm run build
npm run start

The production server runs at http://localhost:3000. The optimized build is generated in the .next folder (which is deployable)