Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yash-handa/portfolio-v2
- Owner: Yash-Handa
- License: gpl-3.0
- Created: 2022-06-29T07:33:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-03T15:40:31.000Z (over 2 years ago)
- Last Synced: 2023-03-02T19:16:03.193Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://yashhanda.netlify.app
- Size: 53.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)