This is a TanStack Start SolidJS web project with NativeScript added for native targets.
The web app remains the canonical source for routes, components, and styling. The NativeScript build reuses those files where possible, then layers native entry points and platform resources around them.
npm installnpm run dev
npm run ios
npm run android
npm run visionosnpm run dev starts the TanStack Start web app. The native commands run the same project on iOS, Android, or visionOS through NativeScript.
See DOCS.md for how src/native, vite-native.config.ts, native_resources, and @triniwiz/nativescript-masonkit fit together.
The web build is configured for Cloudflare Workers through vite.config.ts and wrangler.jsonc.
npm run deploy