diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22d0d82 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vendor diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6be4d22 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +web: .PHONY + php -S localhost:8088 -t . index.php + +.PHONY: