Skip to content

Commit

Permalink
Add start with templates section (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi-Sh authored Dec 11, 2024
1 parent 788331f commit b3cb352
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/tutorials/getting_started/index.md_template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3cb352

Please sign in to comment.