From eb574a872937cce3a46a8c866379cfa32918d10c Mon Sep 17 00:00:00 2001 From: satoshi-sh Date: Thu, 28 Nov 2024 07:33:24 -0600 Subject: [PATCH] Add start with templates section --- 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 a3093f9fd..b40ff3af2 100644 --- a/docs/tutorials/getting_started/index.md_template +++ b/docs/tutorials/getting_started/index.md_template @@ -150,6 +150,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