Skip to content

revtel/gatsby-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New templated project repo kick off step

(hint) precondition

  • client id of Jstorage (ask BE partner for it)
  • (social signin) google/facebook clientId/secret (for BE partner)

create new repo

  1. go to revtel/gatsby-starter repo and click the Use this template button for creating the new project repo
  2. go on the creating repo steps
  3. clone the new repo to our local device

link to starter step

  1. add the remote of starter
git remote add upstream [https://github.com/revtel/gatsby-starter](https://github.com/revtel/gatsby-starter)
  1. fetch starter's branches and commits
git fetch --all
  1. check if we done as expected
git remote -v
  1. make the common commit!
git merge -X theirs upstream/main --allow-unrelated-histories

Then we got the new project repo with linking to the starter 👏🏻 Please sync the project with starter periodically for maintainance.

About

Starter with the bare essentials needed for a Gatsby site

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%