You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
624 B

2 years ago
# nostr-watch
2 years ago
A client-side nostr network status built with Vue3, jb55/nostr-js, dskvr/nostr-relay-inspector and NIP validation scripts from fiatjaf/nostr-tools. Originally a fork of fiatjaf/nostr-relay-registry, but completely rewritten and connection functionality was ported to jb55/nostr-js from fiatjaf/nostr-tools.
2 years ago
## Project setup
```
yarn install
```
2 years ago
### Compiles and hot-reloads for development
```
yarn serve
```
2 years ago
### Compiles and minifies for production
```
yarn build
```
2 years ago
### Lints and fixes files
```
2 years ago
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).