Skip to content

danigiorgio/portfolio

Repository files navigation

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.