Created
August 16, 2022 16:05
-
-
Save olygood/2445e32ab6456f22c2eb39fdab47853d to your computer and use it in GitHub Desktop.
gh-pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install gh-pages --save-dev | |
package.json : | |
"homepage": "http://olygood.github.io/cardReact", | |
"scripts": { | |
"predeploy": "npm run build", | |
"deploy": "gh-pages -d build" | |
} | |
npm run deploy | |
aller sur gihub, repos, settings, pages, branch, gh-pages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment