Skip to content

Commit

Permalink
763 feature request configure repository with gitpod (reactplay#764)
Browse files Browse the repository at this point in the history
* add open in gitpod button to README.md

* add gitpod config
  • Loading branch information
ammaaraslam committed Oct 27, 2022
1 parent 3884c0b commit 13df0cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tasks:
- init: npm install --legacy-peer-deps
command: npm run start

ports:
- port: 3000
onOpen: open-preview
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
·
<a href="https://github.com/reactplay/react-play/issues/new/choose">Request Feature</a>
</p>
<p align="center">
<a href="https://gitpod.io/#https://github.com/reactplay/react-play">
<img
src="https://gitpod.io/button/open-in-gitpod.svg"
alt="Open in Gitpod"
/>
</a>
</p>


## 👋 Introducing ReactPlay

Expand Down

0 comments on commit 13df0cc

Please sign in to comment.