Skip to content

Commit

Permalink
Added remote git integration
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankIglesias committed Mar 15, 2018
1 parent c273ac4 commit 8453591
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wolox-react-bootstrap

You don't need to clone this repository. Just run the following in your terminal:

1- bash <(curl -s https://raw.githubusercontent.com/Wolox/react-bootstrap/development/run.sh) folderName
1- bash <(curl -s https://raw.githubusercontent.com/Wolox/react-bootstrap/development/run.sh) githubRepo

2- Track and add or delete comment lines: with: // TODO Add this if you need it with: // TODO import your {..}

Expand Down
4 changes: 4 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ package-json-merge package.json packageB.json > packageA.json
mv packageA.json package.json
rm packageB.json
git init

if ! [[-z "$1" ]]; then
git remote add origin $1
fi
yarn && yarn start

wait $!
Expand Down

0 comments on commit 8453591

Please sign in to comment.