Skip to content

Hoosat-Oy/htn-pwa-wallet

 
 

Repository files navigation

htn-wallet-pwa

Run

#!/bin/bash
git clone https://github.com/Hoosat-Oy/htn-core-lib.git
cd htn-core-lib
npm install
cd ..
git clone https://github.com/Hoosat-Oy/htn-wallet-worker.git
cd htn-wallet-worker
npm install && npm run prepublishOnly
cd ..
git clone https://github.com/Hoosat-Oy/htn-wallet.git
cd htn-wallet
npm install && npm run prepublishOnly
cd ..
git clone https://github.com/Hoosat-Oy/htn-ux.git
cd htn-ux
npm install
cd ..
git clone https://github.com/Hoosat-Oy/htn-pwa-wallet.git
cd htn-wallet
npm install
npm run start

About

HTN Progressive Web Application Wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.5%
  • HTML 16.8%
  • Shell 1.8%
  • CSS 0.9%