diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..128bb71
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,8 @@
+# Learn more about this file at https://www.gitpod.io/docs/references/gitpod-yml
+tasks:
+ - name: Setup & Build
+ init: pnpm install
+ command: pnpm nr build --watch
+ vscode:
+ extensions:
+ - amodio.tsl-problem-matcher
\ No newline at end of file
diff --git a/README.md b/README.md
index 098ef61..f366f55 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
# VSCode Seneca College Extension
+
+
+
## Overview