We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607160b commit bf014e9Copy full SHA for bf014e9
1 file changed
README.md
@@ -16,25 +16,9 @@ explorer app is connected to locally.
16
yarn serve
17
```
18
19
-### Compiles and minifies for production
+### Deployment
20
21
-Set the network that the build will reference by setting it in a `.env.production` file:
22
-
23
-```
24
-VUE_APP_NETWORK=MAINNET
25
26
27
-Then run the following to produce a build for production:
28
29
30
-yarn build
31
32
33
-You can also run `make dist` to run the publishing process through Docker:
34
35
36
-NETWORK=$NETWORK make dist
37
+See [deployment.md](deployment.md) for instructions on running locally with Cloudflare Pages preview and deploying to production.
38
39
### Run your unit tests
40
0 commit comments