aboutsummaryrefslogtreecommitdiff
path: root/dev_tools
diff options
context:
space:
mode:
Diffstat (limited to 'dev_tools')
-rwxr-xr-xdev_tools/scripts/http-page-preview.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev_tools/scripts/http-page-preview.sh b/dev_tools/scripts/http-page-preview.sh
new file mode 100755
index 0000000..6c822d8
--- /dev/null
+++ b/dev_tools/scripts/http-page-preview.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+cd "docs"
+python3 -m http.server 3000