Paul Miller a9e43fde7e Merge pull request #35 from MutinyWallet/link-instructions
add instructions for linking
2023-04-22 15:19:14 -05:00
2023-04-03 18:43:00 -05:00
2023-04-15 11:01:22 -05:00
2023-04-11 10:08:40 -05:00
2023-04-03 19:00:45 -05:00
2023-04-21 20:33:58 -05:00
2023-04-22 12:05:06 -05:00
2023-04-22 12:05:06 -05:00
2023-01-30 14:46:24 -06:00
2023-04-21 20:33:58 -05:00
2023-04-03 18:43:00 -05:00
2023-01-30 14:46:24 -06:00

Running Mutiny Web

pnpm install
pnpm run dev

Local

To make local development easier with a latest local version of the node manager, you may want to pnpm link it.

Due to how Vite's dev server works, the linked mutiny-node project folder should be a sibling of this mutiny-web folder. Alternatively you can change the allow path in vite.config.ts.

In your mutiny-node local repo:

just link

(on a Mac you might need to prefix just link with these flags: AR=/opt/homebrew/opt/llvm/bin/llvm-ar CC=/opt/homebrew/opt/llvm/bin/clang)

Now in this repo, link them.

just local

To revert back and use the remote version of mutiny-wasm:

just remote
Description
No description provided
Readme MIT 38 MiB
Languages
TypeScript 96.8%
JavaScript 0.8%
Ruby 0.6%
HTML 0.5%
Swift 0.5%
Other 0.7%