summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 9bf344f..1184c47 100644
--- a/Pipfile
+++ b/Pipfile
@@ -9,5 +9,6 @@ jinja2 = "*"
[dev-packages]
-[requires]
-python_version = "3.10"
+[scripts]
+build = "python build.py"
+serve = "python -m http.server --directory build" \ No newline at end of file