GitXplorerGitXplorer
k

open-nostr

public
1 stars
0 forks
0 issues

Commits

List of commits on branch develop.
Unverified
35b7ee1681059335292f94cf01fa7017c3ea591d

Add account type deserialization test

kkasugamirai committed 7 months ago
Unverified
a87fdf71dcd2ac2fc531e2aa786e982187eff2e3

FIX: Update deserialization logic for AccountType in user.rs

kkasugamirai committed 7 months ago
Unverified
c91a7ef458496f3578d36142cd8aedbe8d8669e2

refactor: Improve deserialization logic for AccountType in user.rs

kkasugamirai committed 7 months ago
Unverified
8171c3607c24520d7323a802ab6021c2eb550bc3

fix: Refactor encryption and decryption logic in EncryptedSK module

kkasugamirai committed 7 months ago
Unverified
264c70dcb4706f65c6190aceee4568f48821add8

refactor: Add unit tests for CBWebDatabase module

kkasugamirai committed 7 months ago
Unverified
bef394042dd29cd3940acb41fac616ed6e993abb

refactor: Simplify create_notification_filters function

kkasugamirai committed 7 months ago

README

The README file for this repository.

CapyBastr

  1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
  2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
  3. Run the following command in the root of the project to start the tailwind CSS compiler:
npx tailwindcss -i ./input.css -o ./public/tailwind.css --watch

Install LLVM via Homebrew:

brew install llvm

Add the Homebrew-installed LLVM to your PATH environment variable:

echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.zshrc

Install dioxus cli:

cargo install dioxus-cli@0.5

Launch the Dioxus Fullstack app:

dx serve