-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some changes on dev stuff, updated README and a few other details
- Loading branch information
1 parent
bd7d1cb
commit da858ba
Showing
18 changed files
with
1,657 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
node_modules | ||
dist | ||
pnpm-lock.yaml | ||
dist-xdc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
# crypto-whisper | ||
|
||
Simple chat [webxdc](https://webxdc.org) useful to exchange contact information in anonymous groups or having a small private chat with anyone in the group if you don't want to share your email. Useful in DeltaChat's anonymous mailing lists. | ||
Simple chat [webxdc](https://webxdc.org) that allows private chats on groups, useful to exchange contact information in anonymous groups or having a small private chat with anyone in the group if you don't want to share your contact information. | ||
It uses asymmetric encription so only the person you send the message will be able to decrypt it. | ||
|
||
|
||
## Development | ||
|
||
#### Install dependencies: | ||
`npm install` | ||
`pnpm install` | ||
|
||
#### Build: | ||
`npm run build` | ||
`pnpm run build` | ||
|
||
#### Testing in the browser: | ||
Run the server: | ||
`pnpm run serve` | ||
|
||
And after the server starts run the webxdc-dev tool: | ||
`pnpm run webxdc-dev` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.