- To build the application
python3 -m starfyre --build --path "."
- To serve the application
python3 -m starfyre --serve --path "."
# Path: pages/__init__.fyre
import "../styles/index.css"
def message():
return "World"
<pyxide>
<div>
Hello, {message()}
</div>
</pyxide>