Notes

gh-pages

package.json

{
	...
    "homepage": "https://ashawkey.github.io/nonsense",
    ...
	"scripts": {
    	...
	    "deploy": "gh-pages -d build",
        ...
  },
	...
}
json

Command

npm install -D gh-pages
npm run build
npm run deploy
bash

Type to search.