summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Justfile b/Justfile
new file mode 100644
index 0000000..5731185
--- /dev/null
+++ b/Justfile
@@ -0,0 +1,11 @@
+build_server:
+ php -S localhost:8081 -t src/pages
+
+build:
+ php build.php --pages="/,/projects" --languages="de,en,jp" --server="http://localhost:8081"
+
+dev:
+ ls build.php src/*.php src/pages/*.php | entr just build
+
+serve:
+ php -S localhost:8080 -t build