We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79cfd7 commit a54c4d4Copy full SHA for a54c4d4
.gitpod.yml
@@ -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
@@ -9,3 +9,7 @@ Browse the history of any file from GitHub with style
</div>
10
11
> Follow [@pomber](https://twitter.com/pomber) for updates
12
+
13
+Start coding and contributing using Gitpod, a free online dev environment.
14
15
+[](https://gitpod.io/#https://github.com/pomber/github-history)
0 commit comments