This is my portfolio project made with Gatsby, and deployed to GitHub Pages. You can visit it here
Also, you can customize it for your own use.
yarn developyarn startIn order to deploy, you need to have a branch called
prodin your repository, which should be the source branch in GitHub Pages. After that, you can run the following command.
yarn deployAlso, if you have a custom domain configured, it would help to have a
CNAMEfile in public folder.
To view bundle sizes interactively, use the following command.
yarn analyzeIf you just need the JSON report, building for production will be enough,
report.jsonfile will be present in the/publicpath after build.
yarn build