From b3cb352625eb6e41000436f4f673b7e0df58467c Mon Sep 17 00:00:00 2001 From: "Satoshi S." <73622805+Satoshi-Sh@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:18:50 -0600 Subject: [PATCH] Add start with templates section (#1221) --- docs/tutorials/getting_started/index.md_template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/tutorials/getting_started/index.md_template b/docs/tutorials/getting_started/index.md_template index e430e4c58..0e471a905 100644 --- a/docs/tutorials/getting_started/index.md_template +++ b/docs/tutorials/getting_started/index.md_template @@ -149,6 +149,12 @@ taipy run main.py ![Dynamic Chart Application](images/dynamic_chart.gif){width=70% : .tp-image-border } +# Start with templates +You can use the Taipy CLI to quickly create a multi-page application with ready-to-use templates. Simply run: +```console +taipy create +``` +This command generates a new application in the current directory, allowing you to get started immediately. --- For more realistic and advanced use cases, check out our