Skip to content

Commit eabab55

Browse files
committed
README: Write "Build" section
1 parent 680496e commit eabab55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ You can see it live at [https://stake.eosnetwork.com](https://stake.eosnetwork.c
2020
1. [Development](#development)
2121
1. [Prerequisites](#prerequisites)
2222
1. [Initialization](#initialization)
23+
1. [Build](#build)
2324
1. [See Also](#see-also)
2425

2526
<!-- contents markdown end -->
@@ -62,6 +63,13 @@ yarn
6263
```
6364
Easy.
6465

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.
72+
6573
## See Also
6674
More resources.
6775
- [aws-cloudwatch-alarm-handler](https://github.com/eosnetworkfoundation/aws-cloudwatch-alarm-handler) lambda

0 commit comments

Comments
 (0)