Skip to content

Latest commit

 

History

History
108 lines (86 loc) · 4.57 KB

README.md

File metadata and controls

108 lines (86 loc) · 4.57 KB

React TypeScript HTML5 CSS3 Sass

‼️ Project available to access at: https://rocketseate6trjsfe1.web.app ‼️

About project

This project was part of the Rocketseat event "Edição 6 - Trilha ReactJS Front-end" by Diego Fernandes.

Contact

Gmail LinkedIn Github Udemy Instagram Twitter

Development GitHub Pages

...
// 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