From 414b206bc7cdf6ffa7eb0ed8147438471d7e19b6 Mon Sep 17 00:00:00 2001 From: Sven Efftinge Date: Tue, 12 Feb 2019 14:32:15 +0000 Subject: [PATCH] Added gitpod config --- .gitpod.yml | 9 +++++++++ readme.md | 13 +++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..8584bb4 --- /dev/null +++ b/.gitpod.yml @@ -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 diff --git a/readme.md b/readme.md index b3ae594..6060980 100755 --- a/readme.md +++ b/readme.md @@ -39,3 +39,16 @@ $ git-file-history path/to/file.ext MIT 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. + +## Contributing + +Fork and run + +``` + yarn + yarn start +``` + +Or start coding and contributing using Gitpod, a free online dev environment for GitHub. + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/pomber/github-history)