https://github.com/matrixai/polykey-mobile
Polykey Mobile - Open Source Decentralized Secret Sharing System for Zero Trust Workflows
https://github.com/matrixai/polykey-mobile
Last synced: 4 months ago
JSON representation
Polykey Mobile - Open Source Decentralized Secret Sharing System for Zero Trust Workflows
- Host: GitHub
- URL: https://github.com/matrixai/polykey-mobile
- Owner: MatrixAI
- License: gpl-3.0
- Created: 2021-07-08T12:04:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T02:03:59.000Z (about 1 year ago)
- Last Synced: 2025-04-10T00:34:19.791Z (9 months ago)
- Language: JavaScript
- Homepage: https://polykey.com
- Size: 14.8 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PolyKey Nativescript
> Portable control of your PolyKey nodes
## Usage
``` bash
# 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
# Build for production
tns build --env.production
```