Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binaryshrey/portfolio
📺 A minimalistic portfolio site built with Gatsby
https://github.com/binaryshrey/portfolio
gatsby netlify reactjs
Last synced: 2 months ago
JSON representation
📺 A minimalistic portfolio site built with Gatsby
- Host: GitHub
- URL: https://github.com/binaryshrey/portfolio
- Owner: binaryshrey
- Created: 2022-10-25T06:24:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T04:39:01.000Z (5 months ago)
- Last Synced: 2024-08-16T05:42:50.566Z (5 months ago)
- Topics: gatsby, netlify, reactjs
- Language: JavaScript
- Homepage: https://shreyanshsaurabh.netlify.app/
- Size: 13 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio [![Netlify Status](https://api.netlify.com/api/v1/badges/069a4258-5f66-4f64-b1de-5b53e76e3762/deploy-status)](https://app.netlify.com/sites/shreyanshsaurabh/deploys)
A minimalistic portfolio site built with Gatsby - [View](https://shreyanshsaurabh.netlify.app/)
![Banner](https://raw.githubusercontent.com/binaryshrey/Portfolio/main/static/Banner.webp)
### Development setup
```
git clone https://github.com/binaryshrey/Portfolio.git
cd Portfolio
npm i
gatsby develop
```Development server runs at `http://localhost:8000`.
### Prod setup
```
gatsby build
gatsby serve
```
Production server runs at `http://localhost:9000`.
Build is generated at `public` (which is deployable).### Lighthouse scores
![Lighthouse metrics](https://raw.githubusercontent.com/binaryshrey/Portfolio/main/static/Lighthouse.webp)