Skip to content

Commit db33582

Browse files
authored
Merge branch 'main' into dev
2 parents 6a77a1f + e1a0aeb commit db33582

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,19 @@ poetry install .
3030

3131
## Usage
3232

33+
3334
After installation you can start the app, i.e the panel server/bokeh server.
3435
```shell
3536
panel serve --port 50006 survey_dashboard/
3637
```
3738
If you have given the dashboard a specific layout like the layout specific to HMC, which is on the hmc_specific branch, you might have to link to to a specific template.
3839
```shell
3940
panel serve --port 50006 survey_dashboard/ --static-dirs en_files=./survey_dashboard/hmc_layout/static/en_files
41+
4042
```
4143

4244
* Navigate to `http://localhost:50006/` in your browser.
4345

44-
4546
## Deployment
4647

4748
To embed the dashboard into any website, first you have to host a bokeh server with this application somewhere and then you can embed it with bokehs `sever_document` function [see](https://docs.bokeh.org/en/latest/docs/user_guide/embed.html#app-documents)

0 commit comments

Comments
 (0)