docs: update future features

This commit is contained in:
vilm3r
2023-01-11 19:59:28 -06:00
parent da66e02844
commit 88211ae7fb

View File

@@ -7,6 +7,7 @@ Sendstr is an e2e encrypted bi-directional clipboard web app powered by Nostr.
The main motivation to build Sendstr was to provide a quick and easy way to transfer text and files (coming soon) between devices. Sendstr defaults to a self-hosted Nostr relay but can easily be configured to point elsewhere. The main motivation to build Sendstr was to provide a quick and easy way to transfer text and files (coming soon) between devices. Sendstr defaults to a self-hosted Nostr relay but can easily be configured to point elsewhere.
## Build ## Build
``` ```
cd sendstr-web cd sendstr-web
npm i npm i
@@ -20,7 +21,7 @@ Then copy the contents of `./out` to your favorite static content host.
- [X] Two-way collaboration - [X] Two-way collaboration
- [ ] File sharing - [ ] File sharing
- [ ] FAQ Page - [ ] FAQ Page
- [ ] Themes and Light/Dark support - [X] Light/Dark support
- [ ] React native client - [ ] React native client
- [ ] Browser extension - [ ] Browser extension
- [ ] Support non-throwaway credentials - [ ] Support non-throwaway credentials