chore: update readme
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Kieran 2023-11-20 10:39:58 +00:00
parent 1687137572
commit 8deec37d15
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -24,7 +24,7 @@ Snort supports the following NIP's:
- [x] NIP-25: Reactions - [x] NIP-25: Reactions
- [x] NIP-26: Delegated Event Signing (Display delegated signings only) - [x] NIP-26: Delegated Event Signing (Display delegated signings only)
- [x] NIP-27: Text note references - [x] NIP-27: Text note references
- [ ] NIP-28: Public Chat - [x] NIP-28: Public Chat
- [x] NIP-30: Custom Emoji - [x] NIP-30: Custom Emoji
- [x] NIP-31: Alt tag for unknown events - [x] NIP-31: Alt tag for unknown events
- [x] NIP-36: Sensitive Content - [x] NIP-36: Sensitive Content
@ -43,7 +43,7 @@ Snort supports the following NIP's:
- [x] NIP-59: Gift Wrap - [x] NIP-59: Gift Wrap
- [x] NIP-65: Relay List Metadata - [x] NIP-65: Relay List Metadata
- [x] NIP-75: Zap Goals - [x] NIP-75: Zap Goals
- [ ] NIP-78: App specific data - [x] NIP-78: App specific data
- [ ] NIP-89: App handlers - [ ] NIP-89: App handlers
- [x] NIP-94: File Metadata - [x] NIP-94: File Metadata
- [x] NIP-98: HTTP Auth - [x] NIP-98: HTTP Auth
@ -58,7 +58,7 @@ To run the application, use
$ yarn start $ yarn start
``` ```
To build the application and nostr package, use To build the application and system packages, use
``` ```
$ yarn build $ yarn build
@ -73,8 +73,7 @@ Translations are managed on [Crowdin](https://crowdin.com/project/snort)
To extract translations run: To extract translations run:
```bash ```bash
yarn workspace @snort/app intl-extract yarn pre:commit
yarn workspace @snort/app intl-compile
``` ```
This will create the source file `packages/app/src/translations/en.json` This will create the source file `packages/app/src/translations/en.json`