Please do not fork this repository to use it as a starter, or else every time you push code, GitHub will think you want to make a pull request to this repository.
You have a few choices for installation:
If you'll be hosting your website's code on GitHub, just click on the "Use this template" button above, then:
git clone https://github.com/[user-name]/[project-name].git
cd [project-name]
yarn
If you'll be hosting it elsewhere, or you're a traditionalist:
gatsby new [project-name] https://github.com/Collabsalot/gatsby-starter.git
cd [project-name]
# Replace the following with whatever URL format your host uses, if not GitHub
git remote add origin https://github.com/[user-name]/[project-name].git
If you prefer to keep the starter's git history intact, so that you can use git to pull in changes made to the starter:
git clone https://github.com/Collabsalot/gatsby-starter.git [project-name]
cd project-name
git remote rename origin upstream
git remote add origin https://[host-name]/[user-name]/[project-name].git
Contributions of any kind welcome! Thanks goes to these wonderful people (emoji key):
Martin Rosenberg 💻 📖 🤔 🚇 🚧 📆 |
This starter is © 2019 Martin Rosenberg. It is available under an MIT license, included. Any non-software content is available under a CC-BY-4.0 license. Use it all in good health, and let me know if you'd like me to showcase anything you create with it!