From d3959a484d6d902e2c6324c8ac382d52047fd91c Mon Sep 17 00:00:00 2001 From: Ryan Mitchell <41565230+ryanwmitchell@users.noreply.github.com> Date: Tue, 24 Nov 2020 11:16:16 -0800 Subject: [PATCH] Fully automate dev setup with Gitpod (#1696) --- .gitpod.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..cf829e9d --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - init: 'echo "TODO: Replace with init/build command"' + command: 'echo "TODO: Replace with command to start project"'