Skip to content

Commit

Permalink
🔀 Merge pull request #25 from davep/textual-serve
Browse files Browse the repository at this point in the history
Add a target for running up via textual serve
  • Loading branch information
davep authored Jan 30, 2025
2 parents 2f7864d + 90549c7 commit 751c0f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ mypy := $(run) mypy
run: # Run the code in a testing context
$(run) $(app)

.PHONY: serve
serve: # Run in server mode for use in the browser
$(run) textual serve $(app)

.PHONY: debug
debug: # Run the code with Textual devtools enabled
TEXTUAL=devtools make
Expand Down

0 comments on commit 751c0f2

Please sign in to comment.