Adding section to README for steps on how to leverage in an existing repository
This commit is contained in:
Jordan Beland 2019-06-04 15:52:39 -07:00 коммит произвёл Vishwam Subramanyam
Родитель 3dae340e04
Коммит 8b9c7bfddd
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -15,6 +15,18 @@ To get started with your own UX solution, fork this repo, run `npm install`, and
You can learn more about the folder structure [here](#folder-structure) and individual features [here](#learn-more).
## Leveraging In An Existing Repository
To leverage this UX baseline in your pre-existing repository, add this repository as a remote and pull the latest. From your repository directory:
```
git remote add baseline https://github.com/Azure/iot-ux-baseline.git
git checkout -b <integration branch>
git pull baseline master --allow-unrelated-histories
<resolve any conflicts>
git push
<submit PR to your repository from integration branch>
```
## Available Scripts
In the project directory, you can run: