Skip to content

Commit a54c4d4

Browse files
committed
Added gitpod config
1 parent a79cfd7 commit a54c4d4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitpod.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ports:
2+
- port: 3000
3+
onOpen: ignore
4+
tasks:
5+
- command: >
6+
while ! timeout 1 bash -c "echo > /dev/tcp/localhost/3000" 2>/dev/null ; do sleep 1; done &&
7+
gp preview $(gp url 3000)babel/babel/blob/master/packages/babel-core/test/browserify.js
8+
- init: yarn
9+
command: yarn start

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ Browse the history of any file from GitHub with style
99
</div>
1010

1111
> Follow [@pomber](https://twitter.com/pomber) for updates
12+
13+
Start coding and contributing using Gitpod, a free online dev environment.
14+
15+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/pomber/github-history)

0 commit comments

Comments
 (0)