From 9d14b0297eb7e0d8e40ba482acb632dc1a61517a Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 23 Oct 2022 13:54:00 +0300 Subject: Add basic build structure and files --- Pipfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Pipfile') 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 -- cgit v1.3.1