My personal portfolio, built with Gatsby
👩💻 Demo
- React
- Gatsby
- Styled Components
- Goatcounter for analytics
I achieved all 100's in Chrome's Lighthouse Audit!
(If you run the audit, do it on incognito without any ad blocker extensions).
- Git
- Yarn or Npm
- Install the Gatsby CLI
$ yarn global add gatsby-cli
- 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!
- Generate a full static production build
$ yarn build
- Preview the site as it will appear once deployed
$ yarn serve
Contributions, issues and feature requests are welcome. I always appreciate feedback!
Feel free to check issues page if you want to contribute.
Copyright © 2021 Daniela Giorgio.
This repo is MIT licensed.