Skip to content

Commit b3c511e

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 b3c511e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitpod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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."
5+
image:
6+
file: .gitpod.Dockerfile

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/sparkfun/Easy_Driver)
2+
13
Easy Driver
24
===========
35

0 commit comments

Comments
 (0)