No description
Find a file
2024-08-19 16:19:27 +03:00
resources/icons first commit 2024-08-17 12:16:15 +03:00
src more refactor 2024-08-19 16:19:27 +03:00
.gitignore first commit 2024-08-17 12:16:15 +03:00
Cargo.lock added web and mobile screen minimal support 2024-08-17 20:37:11 +03:00
Cargo.toml added web and mobile screen minimal support 2024-08-17 20:37:11 +03:00
README.md more refactor 2024-08-19 16:19:27 +03:00

salamu

  1. sudo cargo run --release
  2. sudo cargo makepad wasm run -p salamu --release
  3. sudo cargo makepad android run -p salamu --release

open -a Simulator 4. sudo cargo makepad apple ios --org=my.test --app=salamu run-sim -p salamu --release

commiting

  1. git add .
  2. git commit -m "first commit"
  3. git push -u origin main