Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Gitpod #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)