Collabsalot / gatsby-starter

A Gatsby starter
MIT License
2 stars 0 forks source link
gatsby gatsby-starter gatsbyjs typescript

All contributors Issues and pull requests labeled "Status: Help wanted" Netlify build status License GitHub repo size GitHub code size

gatsby-starter

Features

Getting started

Install

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:

  1. 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
  2. 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
  3. 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

Contributors

Contributions of any kind welcome! Thanks goes to these wonderful people (emoji key):

Martin Rosenberg
Martin Rosenberg

💻 📖 🤔 🚇 🚧 📆

License

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!