lightning/examples/app_v0/README.md

19 lines
251 B
Markdown

# v0 app
This app is a flow-only app with nothing fancy.
This is meant to present the basic functionalities of the lightning framework.
## Starting it
Local
```bash
lightning run app app.py
```
Cloud
```bash
lightning run app app.py --cloud
```