Skip to content

Commit

Permalink
Update vizro-core/docs/pages/user-guides/run.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 0294e93 commit 9f19414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/docs/pages/user-guides/run.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 development_. When you are ready to deploy your app to production then you should read our [guide to deployment](deploy.md).
This page describes methods to run your dashboard _in development_. When you are ready to deploy your app to production, read our [guide to deployment](deploy.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 9f19414

Please sign in to comment.