Skip to content

Commit a710bf4

Browse files
vintaclaude
andcommitted
chore: add Makefile with preview target
Adds a simple 'make preview' command that serves the website directory with Python's built-in HTTP server for local development. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a8e663d commit a710bf4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.PHONY: preview
2+
3+
preview:
4+
cd website && python3 -m http.server 8000

0 commit comments

Comments
 (0)