From a95c0530d8e1da2a66cffaa2fb8173d513be8550 Mon Sep 17 00:00:00 2001 From: Yana Date: Wed, 5 Mar 2025 12:21:57 +0200 Subject: [PATCH] Add Getting Started instructions to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 54e8ff0734..3d2b53feea 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,13 @@ As a general approach, licensing is as follows this pattern: - documentation is Apache 2.0 or CC0-1.0 Nym Node Operators and Validators Terms and Conditions can be found [here](https://nym.com/operators-validators-terms). + +## Getting Started + +```bash +yarn install +``` + +```bash +yarn build +```