You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ You can see it live at [https://stake.eosnetwork.com](https://stake.eosnetwork.c
20
20
1.[Development](#development)
21
21
1.[Prerequisites](#prerequisites)
22
22
1.[Initialization](#initialization)
23
+
1.[Build](#build)
23
24
1.[See Also](#see-also)
24
25
25
26
<!-- contents markdown end -->
@@ -62,6 +63,13 @@ yarn
62
63
```
63
64
Easy.
64
65
66
+
### Build
67
+
This is how release artifacts are generated.
68
+
```bash
69
+
yarn build
70
+
```
71
+
The "build" generates a `build` folder in the root of the repo that can be uploaded directly to AWS S3 using the web console, AWS CLI, or with something like ~~Terraform~~ Tofu.
0 commit comments