Installation & Development
You can use Tasquera right in your browser, install it on your computer or Android phone, or build it locally from source.
Development Setup
Prerequisites
- Node.js 20+
- npm (or pnpm/yarn)
- Android Studio / SDK (optional, only needed for Android development)
Cloning and Running Locally
# Clone the repositorygit clone https://github.com/itssljk/tasquera.gitcd tasquera
# Install dependenciesnpm install
# Start local development servernpm run devThe Vite development server will start at http://localhost:5173.
Available Scripts
| Script | Command | Purpose |
|---|---|---|
dev | npm run dev | Starts Vite dev server with hot module replacement |
build | npm run build | Runs TypeScript checks (tsc -b) and produces production web bundle |
typecheck | npm run typecheck | Runs TypeScript compilation checks without emitting files |
test | npm run test | Executes unit and integration test suites via Vitest |
test:watch | npm run test:watch | Starts Vitest in interactive watch mode |
preview | npm run preview | Previews the production build locally |
cap:sync | npm run cap:sync | Syncs web assets to Capacitor native folders |
cap:open | npm run cap:open | Opens the native Android project in Android Studio |
build:android | npm run build:android | Builds production web bundle and syncs to Android target |
build:apk | npm run build:apk | Runs automated PowerShell script to build debug/signed Android APK |
User Installation
- Navigate to tasquera.itssljk.com in Chrome, Edge, Safari, or Firefox.
- Click the Install App button in Settings (or use the browser’s address bar install icon / Add to Home Screen).
- Tasquera launches in its own distraction-free window with 100% offline capability and desktop shortcuts.
- Download the latest
Tasquera.apkfrom the GitHub Releases page, or build it locally:
npm run build:apk- Install the APK on your Android device (enable “Install unknown apps” if prompted).
- Grant notification permissions to enable background due-date alarms.
- Future updates can be checked and downloaded directly within Settings → Check for updates.