I've sent you 5 US cents on mainnet via DM :)
if you wanna try building the app:
```
git clone https://github.com/cashubtc/cashu.me
git checkout cashu-ts-v1
npm install
quasar dev
This might work
npx quasar dev (worked for me)
running cashu
Please Login to reply.
Now I can see that I needed npx because global CLI wasn’t installed.
Was getting an error re Bech32 import also and needed to run
npm i bech32