Find a file
Martin Kavík 31c9c600b0 init
2024-05-27 21:24:46 +02:00
backend init 2024-05-27 21:24:46 +02:00
frontend init 2024-05-27 21:24:46 +02:00
public init 2024-05-27 21:24:46 +02:00
shared init 2024-05-27 21:24:46 +02:00
src-tauri init 2024-05-27 21:24:46 +02:00
test_files init 2024-05-27 21:24:46 +02:00
.gitignore init 2024-05-27 21:24:46 +02:00
.taurignore init 2024-05-27 21:24:46 +02:00
Cargo.lock init 2024-05-27 21:24:46 +02:00
Cargo.toml init 2024-05-27 21:24:46 +02:00
Makefile.toml init 2024-05-27 21:24:46 +02:00
MoonZoon.toml init 2024-05-27 21:24:46 +02:00
README.md init 2024-05-27 21:24:46 +02:00

FastWave

Cross-Platform Wave Viewer


Start:

  1. Install Rust
  2. Install Node.js
  3. cargo install cargo-make
  4. makers install
  5. makers start

Troubleshooting:


Steps before pushing:

  1. makers format

Production build:

  1. makers bundle
  2. Runnable executable is in target/release
  3. Installable bundles specific for the platform are in target/release/bundle