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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ You can see it live at [https://stake.eosnetwork.com](https://stake.eosnetwork.c
17
17
<p/>
18
18
<!-- contents markdown begin -->
19
19
20
+
1.[Development](#development)
20
21
1.[See Also](#see-also)
21
22
22
23
<!-- contents markdown end -->
@@ -26,6 +27,12 @@ You can see it live at [https://stake.eosnetwork.com](https://stake.eosnetwork.c
26
27
</table>
27
28
<!-- contents box end -->
28
29
30
+
## Development
31
+
Start here to build this project or to contribute to this repo.
32
+
33
+
> [!NOTE]
34
+
> The source of truth for the version of nodeJS this project supports is the [`.nvmrc`](./.nvmrc) file. Backward- or forward-compatibility with other versions of `node` is made on a best-effort basis, but is not guaranteed.
0 commit comments