diff options
| author | Yuval Adam <_@yuv.al> | 2022-10-23 13:54:00 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-10-23 13:54:00 +0300 |
| commit | 9d14b0297eb7e0d8e40ba482acb632dc1a61517a (patch) | |
| tree | dae2ca435ea477f28763353f607ab368ab6fac8f /Pipfile | |
| parent | c0286a378d5a33dd0d8f475f304421e081a3904f (diff) | |
Add basic build structure and files
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
