Skip to content

Commit 414b206

Browse files
committed
Added gitpod config
1 parent 4e82df3 commit 414b206

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,16 @@ $ git-file-history path/to/file.ext
3939
MIT
4040

4141
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with GitHub, or any of its subsidiaries or its affiliates.
42+
43+
## Contributing
44+
45+
Fork and run
46+
47+
```
48+
yarn
49+
yarn start
50+
```
51+
52+
Or start coding and contributing using Gitpod, a free online dev environment for GitHub.
53+
54+
[![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)