Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 311 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 311 Bytes

react-ts-client

React + TS Nostr Client with https://vitejs.dev.

image

Need to have node. Recommend using https://github.com/nvm-sh/nvm if you have not used node, npm, before.

Run locally

npm install
npm run dev

Build for production

npm run build