1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/README.md
2026-06-25 18:50:00 +00:00

10 lines
308 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:8765/index.html>
## Deploying egui.rs
Each merge into `main` will trigger a new deploy