Skip to content

Instantly share code, notes, and snippets.

@camin-mccluskey
Created August 5, 2020 20:50
Show Gist options
  • Save camin-mccluskey/577919c5646ed04c62f93a368e7f2ffa to your computer and use it in GitHub Desktop.
Save camin-mccluskey/577919c5646ed04c62f93a368e7f2ffa to your computer and use it in GitHub Desktop.
User Site package.json
{
"homepage": "https://<your-github-username>.github.io",
"scripts": {
"deploy": "gh-pages -b master -d build"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment