Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yash-handa/portfolio-v2

My personal website built with Gatsby
https://github.com/yash-handa/portfolio-v2

Last synced: 22 days ago
JSON representation

My personal website built with Gatsby

Awesome Lists containing this project

README

        


Logo


yashhanda.netlify.app

![demo](https://raw.githubusercontent.com/Yash-Handa/Portfolio-v2/main/src/images/demo.png)

[![Netlify Status](https://api.netlify.com/api/v1/badges/68ea90a8-d165-4651-9e69-173e89efea90/deploy-status)](https://app.netlify.com/sites/yashhanda/deploys)

## 🛠 Installation & Set Up

1. Install the Gatsby CLI

```sh
npm install -g gatsby-cli
```

2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)

```sh
nvm install
```

3. Install dependencies

```sh
yarn
```

4. Start the development server

```sh
npm start
```

## 🚀 Building and Running for Production

1. Generate a full static production build

```sh
npm run build
```

1. Preview the site as it will appear once deployed

```sh
npm run serve
```

## 📝 ToDos

- Add Blog.
- Add Dark/ Light Switcher
- Do SEO
- Add keyboard shortcuts for navigation

## References

- [Brittany Chiang](https://github.com/bchiang7)
- [Hamza Mounir](https://github.com/hamzaPixl)