danigiorgio / portfolio

My personal portfolio built with Gatsby and Styled Components.

Home Page:voirs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio logo

danielagiorgio.com

My personal portfolio, built with Gatsby and hosted with Vercel.

πŸ‘©β€πŸ’» Demo

✨ Tech

  • React
  • Gatsby
  • Styled Components
  • Continuous integration with Vercel
  • Goatcounter for analytics

πŸš€ Lighthouse Audit Score

I achieved all 100's in Chrome's Lighthouse Audit!

(If you run the audit, do it on incognito without any ad blocker extensions).

lighthouse audit

πŸ‘·β€β™€οΈ Installation & Set Up

Pre requirements

  • Git
  • Yarn or Npm
  1. Install the Gatsby CLI
$ yarn global add gatsby-cli
  1. Run the following commands
$ git clone https://github.com/danigiorgio/portfolio.git
$ cd portfolio
$ yarn
$ yarn develop

The site is now running at http://localhost:8000!


πŸŽ‰ Building and Running for Production

  1. Generate a full static production build
$ yarn build
  1. Preview the site as it will appear once deployed
$ yarn serve

🀝 Contributing

Contributions, issues and feature requests are welcome. I always appreciate feedback!
Feel free to check issues page if you want to contribute.

πŸ“ License

Copyright Β© 2021 Daniela Giorgio.
This repo is MIT licensed.

About

My personal portfolio built with Gatsby and Styled Components.

voirs.vercel.app

License:MIT License


Languages

Language:JavaScript 65.3%Language:CSS 26.2%Language:SCSS 8.5%