Skip to content

Commit

Permalink
make: add serve step
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jun 13, 2023
1 parent ac7a2d6 commit 0089463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/example/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.PHONY: serve
serve:
php -S localhost:8001

0 comments on commit 0089463

Please sign in to comment.