Skip to content

gh-pages

package.json
{
    ...
    "homepage": "https://ashawkey.github.io/nonsense",
    ...
    "scripts": {
        ...
        "deploy": "gh-pages -d build",
        ...
  },
    ...
}
Command
npm install -D gh-pages
npm run build
npm run deploy