Personal JAMstack site built with React, Gatsby, and CI/CD to host on GitHub pages.
The deploygabrielgiordano.com is a personal site built using React and Gatsby, with CI/CD integration using GitHub Actions to host it on GitHub Pages. The site follows the Airbnb React style guide and achieves the highest Lighthouse scores on production reports at production.gabrielgiordano.com.
To install the theme, follow the steps below:
Use yarn as the package manager.
Install the dependencies by running the following command:
yarn install
Format your code when needed using the following command:
yarn format
Start the development server using the following command:
yarn start
The deploygabrielgiordano.com is a personal site built using React and Gatsby. It follows the Airbnb React style guide and achieves high Lighthouse scores on production reports. The site utilizes styled-components for component styling and fetches data over GraphQL. It also has a custom build-in theme and stores static files in the static folder. To install the theme, use yarn as the package manager and follow the provided installation instructions.