1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
Files
egui/web_demo/README.md
2023-11-16 16:44:30 +01:00

10 lines
310 B
Markdown

This folder contains the files required for the egui web demo hosted at <https://www.egui.rs/>.
## Testing locally
* Build with `scripts/build_demo_web.sh`
* Host with `scripts/start_server.sh`
* Open <http://localhost:8888/index.html>
## Deploying egui.rs
Each merge into `master` will trigger a new deploy