caching_example / README.md
MarcSkovMadsen's picture
Update README.md
3a05371
|
raw
history blame contribute delete
No virus
394 Bytes
---
title: Caching Example
emoji: πŸƒ
colorFrom: indigo
colorTo: green
sdk: static
pinned: false
license: mit
---
See [caching_example](https://awesome-panel.org/resources/caching_example/) 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
```