Skip to content

kasugamirai/open-nostr

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published