File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ For instance, the following will run the `textual colors` command:
5959textual run -c textual colors
6060```
6161
62- ### Serve
62+ ## Serve
6363
6464The devtools can also serve your application in a browser.
6565Effectively turning your terminal app in to a web application!
@@ -92,6 +92,12 @@ You can serve multiple instances of your application at once!
9292 Textual serve is also useful when developing your app.
9393 If you make changes to your code, simply refresh the browser to update.
9494
95+ There are some additional switches for serving Textual apps. Run the following for a list:
96+
97+ ```
98+ textual serve -h
99+ ```
100+
95101## Live editing
96102
97103If you combine the ` run ` command with the ` --dev ` switch your app will run in * development mode* .
You can’t perform that action at this time.
0 commit comments