Skip to content

dpcat237/tagder

Repository files navigation

Tagder

Unofficial mobile app for TagPacker, built with NativeScript-Vue.

For now, it only allows to save and edit URLs. Tested on Android device.

Configuration

Add userID and apiKey on keys.json

Usage

# Install dependencies
npm install

# Preview on device
tns preview

# Build, watch for changes and run the application
tns run

# Build, watch for changes and debug the application
tns debug <platform>

# Build for production
tns build <platform> --env.production