We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d979551 commit 2966015Copy full SHA for 2966015
README.md
@@ -1,3 +1,15 @@
1
# Browser wallet
2
3
Interface for interacting with Foundry from the browser.
4
+
5
+### Development
6
7
+```
8
+curl -fsSL https://get.pnpm.io/install.sh | sh - # Install pnpm
9
+pnpm install # Install dependencies
10
+pnpm dev # Start interface on a development server
11
12
13
+When running Foundry pass the `--browser-disable-open` and `--browser-development` flags.
14
15
+The `--browser-development` flag disables certain security policies allowing you to connect from `localhost:5173`, the port selected by Vite.
0 commit comments