A minimalistic portfolio site built with NextJS - View
git clone https://github.com/binaryshrey/Portfolio.git
cd Portfolio
npm install
npm run dev
Development server runs at http://localhost:3000.
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)
