Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/20_get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Follow the steps below to set up your Dash Data Dialogics app.
7. [Add data visualizations](#7_visualize)
8. [Add interactivity](#8_callbacks)
9. [Customize style](#9_style)
10. [Publish app](#10_publish)

## Prerequisites

Expand Down Expand Up @@ -196,8 +197,11 @@ For Windows:
(.venv) $ sass styles/main.scss assets/style.css
```

## 10. Publish app<a id='10_publish'></a>

By default, Dash apps run on localhost - you can only access them on your own machine. To share a Dash app, you need to "deploy" it to a server.

For more information [go here](https://dash.plotly.com/deployment).



Expand Down