Paul Miller 56848b9b34 add license
2023-05-09 09:43:13 -05:00
2023-04-26 19:44:53 -05:00
2023-05-09 09:43:13 -05:00
2023-04-24 13:52:07 -05:00
2023-05-09 09:16:48 -05:00
2023-04-03 19:00:45 -05:00
2023-04-21 20:33:58 -05:00
2023-05-09 09:43:13 -05:00
2023-05-09 09:43:13 -05:00
2023-01-30 14:46:24 -06:00
2023-04-21 20:33:58 -05:00
2023-04-29 23:27:41 -05:00
2023-04-03 18:43:00 -05:00
2023-01-30 14:46:24 -06:00
2023-04-26 17:39:38 -05: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%