From ae3f6d265bc01b481319ffd83dc2fa12b70c738c Mon Sep 17 00:00:00 2001
From: Jan Keromnes <jan.keromnes@typefox.io>
Date: Fri, 1 Feb 2019 08:28:19 +0000
Subject: [PATCH] Add way to auto-play the tutorial online with Gitpod

---
 .gitpod.yml | 7 +++++++
 README.md   | 8 ++++++++
 2 files changed, 15 insertions(+)
 create mode 100644 .gitpod.yml

diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..5f6af1e
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,7 @@
+ports:
+- port: 3000
+  onOpen: open-preview
+tasks:
+- before: export DANGEROUSLY_DISABLE_HOST_CHECK=true
+  init: yarn install
+  command: yarn start
diff --git a/README.md b/README.md
index d0cd845..213858e 100755
--- a/README.md
+++ b/README.md
@@ -69,6 +69,14 @@ After this is complete, the application will be deployed on port `3000`. Open a
 
 -----
 
+## Online Tutorial
+
+You can also run this tutorial in Gitpod, a free online dev environment for GitHub:
+
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://github.com/tyroprogrammer/learn-react-app/blob/master/src/exercise/01-HelloWorld.js)
+
+-----
+
 ## Following the tutorial
 
 Tutorials on this application are fairly straightforward to follow. Each tutorial has one or more exercises. You'll see once you are in the tutorial.