From eefe94c1e821d202bfb3ce1115c3a53236fa65d0 Mon Sep 17 00:00:00 2001 From: evlist Date: Thu, 20 Oct 2022 21:22:37 +0200 Subject: [PATCH] Doc --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index a028971..ce3a9a0 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,23 @@ However, it takes ages before `ionic serve` takes these modifications into accou * [vscode settings - How can I create templates for file extensions in Visual Studio Code? - Stack Overflow](https://stackoverflow.com/questions/50571130/how-can-i-create-templates-for-file-extensions-in-visual-studio-code) +### Useful commands +```bash +vdv@nuc:~/projects/tea/dyomedea/dyomedea$ adb --version +Android Debug Bridge version 1.0.41 +Version 33.0.3-8952118 +Installed as /homext/Android/Sdk/platform-tools/adb + +$ ionic capacitor run --target RFCN20NEZ4R android + +$ ionic serve --no-open + +$ npm test + +$ npx typedoc + +$ npx trapeze run trapeze.config.yaml +``` + +