An open API service indexing awesome lists of open source software.

https://github.com/binaryshrey/portfolio

🌁 A minimalistic portfolio site built with NextJS
https://github.com/binaryshrey/portfolio

gatsby netlify reactjs

Last synced: about 2 months ago
JSON representation

🌁 A minimalistic portfolio site built with NextJS

Awesome Lists containing this project

README

          

# Portfolio ![Vercel Status](https://deploy-badge.vercel.app/vercel/shreyanshsaurabh-portfolio)

A minimalistic portfolio site built with NextJS - [View](https://shreyanshsaurabh.com/)

![Banner](https://raw.githubusercontent.com/binaryshrey/Portfolio/refs/heads/main/banner.png)

### 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)