neveko/neveko-gui/README.md

7 lines
212 B
Markdown
Raw Normal View History

2023-06-03 14:17:58 +00:00
## Dev
Note: gui depends on the binary if starting core from gui
otherwise run neveko core on your own
`cd ../ && cargo build && cp target/debug/neveko neveko-gui/ && cd neveko-gui && RUST_LOG=debug cargo run`