Skip to content

Latest commit

History

History
29 lines (19 loc) 路 405 Bytes

README.md

File metadata and controls

29 lines (19 loc) 路 405 Bytes

NoteBin

馃寪 Decentralized notes over relay using nostr

Deployed at notebin.org

Stack

  • Next.js 13
  • Typescript
  • Tailwindcss
  • nostr
  • lightning (webln)

Development

First, install dependencies:

npm i

Then, run the development server:

npm run dev

and visit: localhost:3000