# Install the CLI from the GitHub repo cargo install --git https://github.com/IdealystIO/idealyst-native idealyst-cli # Scaffold a project and run it idealyst new my-app cd my-app idealyst dev # hot-reload web preview at http://localhost:8080 idealyst run ios # build + boot in the iOS simulator idealyst run android # build + install on emulator or device