caching_example / README.md
MarcSkovMadsen's picture
Upload 4 files
e01fd27
|
raw
history blame
No virus
406 Bytes
---
title: Bootstrap Dashboard
emoji: πŸ“ˆ
colorFrom: indigo
colorTo: pink
sdk: static
pinned: false
license: mit
---
See [bootstrap_dashboard](https://awesome-panel.org/resources/bootstrap_dashboard/) by [awesome-panel.org](https://awesome-panel.org) for more info.
## Serve
```python
panel serve index.py --autoreload
```
## Convert to Pyodide
```bash
panel convert index.py --to pyodide-worker
```