mirror of
https://github.com/erskingardner/whitenoise.git
synced 2024-10-08 03:13:21 +00:00
Secure Messaging over Nostr
.vscode | ||
src | ||
src-tauri | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
bun.lockb | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README.md | ||
svelte.config.js | ||
tailwind.config.js | ||
TODO.md | ||
tsconfig.json | ||
vite.config.js |
White Noise
What is it?
White Noise is a secure & private messenger client for Nostr. It's built with Tauri, Rust, and Svelte.
How to build
- Make sure you have
rust
andcargo
installed. - Make sure you have bun installed.
- Run
bun install
to install the JS dependencies. - Run
bun tauri dev
to start the Tauri dev server, this will open a native app window.