Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)