aboutsummaryrefslogtreecommitdiff
path: root/playground
diff options
context:
space:
mode:
Diffstat (limited to 'playground')
-rw-r--r--playground/conf.yaml3
-rwxr-xr-xplayground/run.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/playground/conf.yaml b/playground/conf.yaml
new file mode 100644
index 0000000..efee9fe
--- /dev/null
+++ b/playground/conf.yaml
@@ -0,0 +1,3 @@
+---
+repositories: []
+...
diff --git a/playground/run.sh b/playground/run.sh
new file mode 100755
index 0000000..7302d7b
--- /dev/null
+++ b/playground/run.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+PYTHONPATH="../src_py" python -m hatter.main -c conf.yaml --web-path ../build/jshatter $*