Skip to content

Commit d89d48f

Browse files
committed
Add gitpod config
this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev environment for any branch, issue and pull request with a single click.
1 parent e9a837d commit d89d48f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitpod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tasks:
2+
- init: echo "Replace me with a build script for the project."
3+
command: echo "Replace me with omething that should run on every start, or just
4+
remove me entirely."

0 commit comments

Comments
 (0)