Skip to content

Commit

Permalink
Added gitpod config
Browse files Browse the repository at this point in the history
  • Loading branch information
svenefftinge committed Feb 7, 2019
1 parent a79cfd7 commit a54c4d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ports:
- port: 3000
onOpen: ignore
tasks:
- command: >
while ! timeout 1 bash -c "echo > /dev/tcp/localhost/3000" 2>/dev/null ; do sleep 1; done &&
gp preview $(gp url 3000)babel/babel/blob/master/packages/babel-core/test/browserify.js
- init: yarn
command: yarn start
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ Browse the history of any file from GitHub with style
</div>

> Follow [@pomber](https://twitter.com/pomber) for updates
Start coding and contributing using Gitpod, a free online dev environment.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/pomber/github-history)

0 comments on commit a54c4d4

Please sign in to comment.