mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-01-12 22:46:44 +08:00
Added gitpod config
This commit is contained in:
6
.gitpod.yml
Normal file
6
.gitpod.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
ports:
|
||||
- port: 3000
|
||||
onOpen: open-preview
|
||||
tasks:
|
||||
- init: yarn
|
||||
command: yarn dev:web
|
||||
@@ -4,7 +4,7 @@
|
||||
<span><a href="https://play.google.com/store/apps/details?id=com.devhubapp" target="_blank">Android</a>, <a href="https://itunes.apple.com/br/app/devhub-for-github/id1191864199?l=en&mt=8" target="_blank">iOS</a>, <a href="https://devhubapp.com/" target="_blank">Web</a> & <a href="https://github.com/devhubapp/devhub/releases" target="_self">Desktop</a> with <b>95%+ code sharing</b> between them<br/><i>thanks to React Native + React Native Web</i></span><br/>
|
||||
<a href="https://devhubapp.com/" target="_blank">devhubapp.com</a>
|
||||
</p>
|
||||
|
||||
|
||||
[](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.
|
||||
|
||||
[](https://gitpod.io/#https://github.com/devhubapp/devhub)
|
||||
<br/>
|
||||
|
||||
## Author
|
||||
|
||||
Reference in New Issue
Block a user