Skip to content

Commit bf014e9

Browse files
committed
Update readme
1 parent 607160b commit bf014e9

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,9 @@ explorer app is connected to locally.
1616
yarn serve
1717
```
1818

19-
### Compiles and minifies for production
19+
### Deployment
2020

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-
```
21+
See [deployment.md](deployment.md) for instructions on running locally with Cloudflare Pages preview and deploying to production.
3822

3923
### Run your unit tests
4024
```

0 commit comments

Comments
 (0)