This commit is contained in:
Eric van der Vlist 2022-10-20 21:22:37 +02:00
parent c800235ebb
commit eefe94c1e8
1 changed files with 19 additions and 0 deletions

View File

@ -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
```