File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ You can see it live at [https://stake.eosnetwork.com](https://stake.eosnetwork.c
19
19
20
20
1 . [ Development] ( #development )
21
21
1 . [ Prerequisites] ( #prerequisites )
22
+ 1 . [ Initialization] ( #initialization )
22
23
1 . [ See Also] ( #see-also )
23
24
24
25
<!-- contents markdown end -->
@@ -50,6 +51,17 @@ You will need the following tools:
50
51
` ` `
51
52
These tools are all you need to get started!
52
53
54
+ # ## Initialization
55
+ Once you have the [prerequisites](# prerequisites) installed, you can get going by making sure `nvm` is using the correct version of nodeJS...
56
+ ` ` ` bash
57
+ nvm install
58
+ ` ` `
59
+ ...and then downloading all project dependencies.
60
+ ` ` ` bash
61
+ yarn
62
+ ` ` `
63
+ Easy.
64
+
53
65
# # See Also
54
66
More resources.
55
67
- [aws-cloudwatch-alarm-handler](https://github.com/eosnetworkfoundation/aws-cloudwatch-alarm-handler) lambda
You can’t perform that action at this time.
0 commit comments