To be defined.
To contribute to Uno using GitPod:
- In the opened shell, type the following to build the Uno solution:
The build should end without any errors
build/gitpod/build-wasm.sh
- If you want to enable XAML Hot Reload, open another shell, then run:
build/gitpod/serve-remote-control.sh
- 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!