Last active
August 5, 2020 20:45
-
-
Save camin-mccluskey/d70151daaaa0b48430223bbf58635af8 to your computer and use it in GitHub Desktop.
Project Site package.json
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
{ | |
"homepage": "https://<your-github-username>.github.io/<project-name>", | |
"scripts": { | |
"deploy": "gh-pages -d build" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment