chore: initial project scaffold

Sets up monorepo with Wails desktop shell, Go backend, React/TS frontend, and Kotlin Android SDK skeleton.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
achmad
2026-05-06 13:13:21 +07:00
commit 6a53f87e03
53 changed files with 5095 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "droidscope",
"outputfilename": "DroidScope",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"frontend:dir": "../frontend-react",
"wailsjsdir": "../frontend-react/src/wailsjs",
"author": {
"name": "achmad",
"email": "anakinskywalk1@gmail.com"
},
"version": "2"
}