https://github.com/cesardeazevedo/nosotros
Another nostr client
https://github.com/cesardeazevedo/nosotros
nostr pwa
Last synced: about 2 months ago
JSON representation
Another nostr client
- Host: GitHub
- URL: https://github.com/cesardeazevedo/nosotros
- Owner: cesardeazevedo
- License: gpl-3.0
- Created: 2023-07-19T06:36:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T16:46:01.000Z (3 months ago)
- Last Synced: 2025-03-26T23:11:29.325Z (2 months ago)
- Topics: nostr, pwa
- Language: TypeScript
- Homepage: https://dev.nosotros.app/
- Size: 2.78 MB
- Stars: 24
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# nosotros.app
production: [nosotros.app](https://nosotros.app)
development: [dev.nosotros.app](https://dev.nosotros.app) (new features)
A nostr web client with great user experience on mobile and on desktop.
# Getting Started
### Installing dependencies
`pnpm install`
### Running
`pnpm run dev`
### Running test
`pnpm run test`
`pnpm run test:e2e`# License
[GPLv3](./LICENSE)