diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ef50480
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+tsc:
+ cd priv/static/js &&\
+ tsc
+
+watch:
+ cd priv/static/js &&\
+ tsc --watch
diff --git a/priv/static/index.html b/priv/static/index.html
index 6c1b6d7..e040762 100644
--- a/priv/static/index.html
+++ b/priv/static/index.html
@@ -24,115 +24,6 @@
-
+