mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Fix repo name in docs
This commit is contained in:
parent
6f6eb826b1
commit
6d04d940ce
2 changed files with 3 additions and 3 deletions
|
|
@ -13,8 +13,8 @@ If you just want to get the app running quickly to test it out, first install
|
|||
[Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/), and follow along:
|
||||
|
||||
```sh
|
||||
git clone git@github.com:sharetribe/sharetribe-starter-app.git # clone this repository
|
||||
cd sharetribe-starter-app/ # change to the cloned directory
|
||||
git clone git@github.com:sharetribe/flex-template-web.git # clone this repository
|
||||
cd flex-template-web/ # change to the cloned directory
|
||||
cp .env-template .env # copy the env template file to add your local config
|
||||
emacs .env # in your favorite editor, add the mandatory env vars to the config
|
||||
yarn install # install dependencies
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ In the directory you want to create the project in:
|
|||
|
||||
git clone git@github.com:YOUR_USERNAME/YOUR_FORK.git # clone your fork
|
||||
cd YOUR_FORK # changed to the cloned directory
|
||||
git remote add upstream git@github.com:sharetribe/sharetribe-starter-app.git # add the template as the upstream remote
|
||||
git remote add upstream git@github.com:sharetribe/flex-template-web.git # add the template as the upstream remote
|
||||
|
||||
See also the
|
||||
[Configuring a remote for a fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue