neveko/nevmes-gui/README.md

7 lines
212 B
Markdown
Raw Normal View History

2023-04-30 15:55:41 +00:00
## Dev
2023-05-01 04:14:30 +00:00
Note: gui depends on the binary if starting core from gui
otherwise run nevmes core on your own
`cd ../ && cargo build && cp target/debug/nevmes nevmes-gui/ && cd nevmes-gui && RUST_LOG=debug cargo run`