aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..a1f91f8
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,10 @@
+image: gitpod/workspace-full
+
+tasks:
+ - init: yarn install && yarn run build
+ command: yarn run start
+
+vscode:
+ extensions:
+ - abusaidm.html-snippets@0.2.1:HrYIjYqOIABbxFB9g9kqXQ==
+ - octref.vetur@0.28.0:bW1RGNnmWYQO43JdJgK34w== \ No newline at end of file