Skip to content

reaudito/encrypted_chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypted Chat app

cargo install create-tauri-app --locked

Make sure you have installed the prerequisites for your OS: https://tauri.app/start/prerequisites/, then run:

  cd shivarthu-app
  cargo tauri android init

For Desktop development, run:

  cargo tauri dev

For Android development, run:

  cargo tauri android dev

Build

cargo tauri build

Tailwindcss

tailwindcss -i ./src/input.css -o ./css/output.css --watch

Leptos format

Examples

Single file

Format a specific file by name

leptosfmt ./examples/counter/src/lib.rs

Current directory

Format all .rs files within the current directory

leptosfmt .

Directory

Format all .rs files within the examples directory

leptosfmt ./examples

Glob

Format all .rs files ending with _test.rs within the examples directory

leptosfmt ./examples/**/*_test.rs

Rust format check

cargo fmt --all -- --check

Rust format

cargo fmt --all

Format a file

rustfmt src/main.rs

Metadata download

cargo install subxt-cli
subxt metadata -f bytes > metadata.scale

About

Encrypted Chat App in tauri

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published