diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..fe30d078 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +ports: +- port: 3000 + onOpen: open-preview +tasks: +- init: yarn + command: yarn dev:web diff --git a/README.md b/README.md index 7c78cbdc..a9a3d539 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Android, iOS, Web & Desktop with 95%+ code sharing between them
thanks to React Native + React Native Web

devhubapp.com

- + [![DevHub Desktop](https://user-images.githubusercontent.com/619186/49800542-dfcee000-fd2e-11e8-8e08-ff95c5872513.png)](https://devhubapp.com/) @@ -138,6 +138,10 @@ To open the mobile projects, use: - `yarn xcode` - `yarn studio` +#### Contribute Online +Alternatively, you can contribute using Gitpod, a free online dev environment for GitHub. + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/devhubapp/devhub)
## Author