diff --git a/Makefile b/Makefile index 835c16f79..e2a04c2b6 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ watch: $(WEBPACK) --watch serve: - $(WEBPACK_DEV_SERVER) --content-base ./ + $(WEBPACK_DEV_SERVER) --host 0.0.0.0 --content-base ./ # ------------------------------------------------------------------------------ diff --git a/index.html b/index.html new file mode 100644 index 000000000..42edce430 --- /dev/null +++ b/index.html @@ -0,0 +1,7 @@ + + + + + Redirect to playground + +