Skip to content

Commit ddd0037

Browse files
committed
Update README
1 parent ed9f70b commit ddd0037

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MapLibre Shinylive
1+
# MapLibre for Python Shinylive Example Apps
22

33
Deploy locally:
44

@@ -7,15 +7,12 @@ uv sync
77

88
source .venv/bin/activate
99

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
10+
# Export shinylive apps
11+
python ./scripts/deploy.py export
1612

17-
python ./scripts/rendersite.py > dist/index.html
13+
# Render main 'index.html'
14+
python ./scripts/deploy.py render > dist/index.html '
1815
16+
# Serve site
1917
python -m http.server --directory dist --bind localhost 8008
2018
```
21-

0 commit comments

Comments
 (0)