Skip to content

Instantly share code, notes, and snippets.

@apeckham
Created December 26, 2022 21:16
Show Gist options
  • Save apeckham/b70de9ecf719834004d31c4612a73610 to your computer and use it in GitHub Desktop.
Save apeckham/b70de9ecf719834004d31c4612a73610 to your computer and use it in GitHub Desktop.
hyperview app on gitpod
tasks:
- init: yarn
command: yarn test:xmlserver
- init: |
cd demo
yarn
npm install -g expo-cli
command: |
cd demo
sed -i 's|http://0.0.0.0:8085|'"$(gp url 8085)"'|g' constants.js
expo start --tunnel
ports:
- port: 19000-19002
- port: 8085
visibility: public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment