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
- Host: GitHub
- URL: https://github.com/binaryshrey/portfolio
- Owner: binaryshrey
- Created: 2025-10-27T16:30:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-11T00:13:49.000Z (about 2 months ago)
- Last Synced: 2026-02-11T03:38:47.976Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://www.shreyanshsaurabh.com
- Size: 15.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio 
A minimalistic portfolio site built with NextJS - [View](https://shreyanshsaurabh.com/)

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