This project was part of the Rocketseat event "Edição 6 - Trilha ReactJS Front-end" by Diego Fernandes.
...
// Add this property in file package.json:
{
"homepage": "https://nitaicharan.github.io/Rocketseat-E6TRJSFE1",
}
...
yarn build
git add -A
git commit -m <tittle> <message>
git push origin main
git subtree push --prefix build/ origin gh-pages
git push origin `git subtree split --prefix build/ main`:gh-pages --force