Skip to content

Instantly share code, notes, and snippets.

@camin-mccluskey
Created August 5, 2020 20:52
Show Gist options
  • Save camin-mccluskey/945c395e057b78c4ba776b519e6afa4e to your computer and use it in GitHub Desktop.
Save camin-mccluskey/945c395e057b78c4ba776b519e6afa4e 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