This commit is contained in:
louiscklaw
2025-02-01 01:16:09 +08:00
commit 91fab4a5d5
4178 changed files with 407527 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# README
## environment and requirements
- windows 10
- node 18
- ionic 7
## to start dev environment
```batch
> .\scripts\000_clean.bat
> .\scripts\002_build_w.bat
```
## to build apk
```batch
T.B.A.
sync to android studio
> npm run update_splash
```