mirror of
https://github.com/aljazceru/sendstr-web.git
synced 2025-12-17 06:24:24 +01:00
chore: fix README build step formatting
This commit is contained in:
@@ -7,9 +7,11 @@ Sendstr is an e2e encrypted shared 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```
|
```
|
||||||
```npm i```
|
cd sendstr-web
|
||||||
```npm run export```
|
npm i
|
||||||
|
npm run export
|
||||||
|
```
|
||||||
|
|
||||||
Then copy the contents of `./out` to your favorite static content host.
|
Then copy the contents of `./out` to your favorite static content host.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user