- client id of Jstorage (ask BE partner for it)
- (social signin) google/facebook clientId/secret (for BE partner)
- go to revtel/gatsby-starter repo and click the
Use this template
button for creating the new project repo - go on the creating repo steps
- clone the new repo to our local device
- add the remote of starter
git remote add upstream [https://github.com/revtel/gatsby-starter](https://github.com/revtel/gatsby-starter)
- fetch starter's branches and commits
git fetch --all
- check if we done as expected
git remote -v
- 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.