-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]:sharetribe/sharetribe-starter-app.git # clone this repository | ||
cd sharetribe-starter-app/ # change to the cloned directory | ||
git clone [email protected]: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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ In the directory you want to create the project in: | |
|
||
git clone [email protected]:YOUR_USERNAME/YOUR_FORK.git # clone your fork | ||
cd YOUR_FORK # changed to the cloned directory | ||
git remote add upstream [email protected]:sharetribe/sharetribe-starter-app.git # add the template as the upstream remote | ||
git remote add upstream [email protected]: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/) | ||
|