Skip to content

Commit 00dace8

Browse files
authored
documented prod build
1 parent d0eb8d8 commit 00dace8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ cd packages/app
112112
yarn install
113113
yarn dev
114114
```
115+
116+
#### Build for production
117+
118+
```
119+
cd packages/app
120+
yarn install
121+
yarn static
122+
```
123+
124+
The output is written to packages/app/out
115125

116126
---
117127

0 commit comments

Comments
 (0)