We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9f70b commit ddd0037Copy full SHA for ddd0037
README.md
@@ -1,4 +1,4 @@
1
-# MapLibre Shinylive
+# MapLibre for Python Shinylive Example Apps
2
3
Deploy locally:
4
@@ -7,15 +7,12 @@ uv sync
7
8
source .venv/bin/activate
9
10
-shinylive export \
11
- --subdir getting-started \
12
- --template-dir templates/app \
13
- --template-params '{"title": "MapLibre Getting Started"}' \
14
- --verbose \
15
- getting-started dist
+# Export shinylive apps
+python ./scripts/deploy.py export
16
17
-python ./scripts/rendersite.py > dist/index.html
+# Render main 'index.html'
+python ./scripts/deploy.py render > dist/index.html '
18
+# Serve site
19
python -m http.server --directory dist --bind localhost 8008
20
```
21
-
0 commit comments