This commit is contained in:
Jerome Laban 2019-11-01 17:23:54 -04:00 коммит произвёл Jérôme Laban
Родитель db95ef58fe
Коммит 7db7c09ed7
2 изменённых файлов: 14 добавлений и 12 удалений

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

@ -5,7 +5,7 @@
## Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today.
[![Open Uno in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/unoplatform/uno)
[![Open Uno in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/unoplatform/uno)
[![Azure DevOps](https://img.shields.io/azure-devops/build/uno-platform/1dd81cbd-cb35-41de-a570-b0df3571a196/5/master?label=master)](https://uno-platform.visualstudio.com/Uno%20Platform/_build?definitionId=5)
[![Azure DevOps](https://img.shields.io/azure-devops/build/uno-platform/1dd81cbd-cb35-41de-a570-b0df3571a196/5/release/beta/Batman?label=release/beta/Batman)](https://uno-platform.visualstudio.com/Uno%20Platform/_build?definitionId=5)
@ -115,7 +115,9 @@ Make sure to visit our [FAQ](doc/articles/faq.md), [StackOverflow](https://stack
There are many ways that you can contribute to the Uno Platform, as the UWP API is pretty large! Read our [contributing guide](CONTRIBUTING.md) to learn about our development process and how to propose bug fixes and improvements.
Contribute to Uno in your browser using [GitPod.io](https://gitpod.io): [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/unoplatform/uno), follow [our guide here](doc/articles/features/working-with-gitpod.md).
Contribute to Uno in your browser using [GitPod.io](https://gitpod.io), follow [our guide here](doc/articles/features/working-with-gitpod.md).
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/unoplatform/uno)
# Contributors

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

@ -7,18 +7,18 @@
To contribute to Uno usign GitPod:
1. [![Open Uno in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/unoplatform/uno)
1. In the opened shell, type the following to build the Uno solution:
```
build/gitpod/build-wasm.sh
```
The build should end without any errors
```
build/gitpod/build-wasm.sh
```
The build should end without any errors
1. If you want to enable XAML Hot Reload, open another shell, then run:
```sh
build/gitpod/serve-remote-control.sh
```
```sh
build/gitpod/serve-remote-control.sh
```
1. Open another shell, then start the Uno http server:
```sh
build/gitpod/serve-sampleapp-wasm.sh
```
```sh
build/gitpod/serve-sampleapp-wasm.sh
```
Once the server is started, GitPod will automatically open a browser window on the side to show the sample application.