Skip to content

itpbootcampFe/season-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

season-display

season display react app according to your location

https://itpbootcampfe.github.io/season-display

gh-pages

  • yarn add -D gh-pages
  • then add to pakage.json : { ... script:{ ... "predeploy": "npm run build", "deploy": "gh-pages -d build", }, ... "homepage": "https://yourwebadress.com" }
  • to deploy to github run yarn deploy
  • go to github repo settings and select gh-page branch fror your github pages repo.