Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.22 KB

working-with-gitpod.md

File metadata and controls

29 lines (22 loc) · 1.22 KB

Using GitPod

Developing an Uno App using GitPod

To be defined.

Contributing to Uno using GitPod

To contribute to Uno using GitPod:

  1. Open Uno in Gitpod
  2. In the opened shell, type the following to build the Uno solution:
    build/gitpod/build-wasm.sh
    
    The build should end without any errors
  3. If you want to enable XAML Hot Reload, open another shell, then run:
    build/gitpod/serve-remote-control.sh
  4. Open another shell, then start the Uno http server:
    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.

You can make your changes in XAML directly, to view the changes through Hot Reload. If you make changes in the code, you'll need to rerun the build-wasm.sh script, then refresh the browser section on the side.

Once you're done with your changes, make a Pull Request through the GitPod's GitHub integration and let us know about it on our Discord Channel #uno-platform!