Skip to content

Commit

Permalink
Update vizro-core/docs/pages/user-guides/deploy.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jo Stichbury <[email protected]>
  • Loading branch information
maxschulz-COL and stichbury authored Jan 31, 2025
1 parent 592789f commit fd5bc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/docs/pages/user-guides/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Typically when you create a dashboard, there are two distinct stages:
1. Development. This is when you build your app. You make frequent changes to your code and want a simple way to see how the dashboard looks after each change. At this point, you may, or may not, want to make it possible for other people to access your dashboard.
1. Production. When you complete development of your app, you _deploy_ it to production. The dashboard should be accessible to other people.

This page describes methods to run your dashboard _in production_. If your dashboard is still in development then you should read our [guide to development](run.md).
This page describes methods to run your dashboard _in production_. If your dashboard is still in development, read our [guide to development](run.md).

Vizro is built on top of [Dash](https://dash.plotly.com/), which itself uses [Flask](https://flask.palletsprojects.com/). Most of our guidance on how to run a Vizro app in development or production is very similar to guidance on Dash and Flask.

Expand Down

0 comments on commit fd5bc2b

Please sign in to comment.