From 61b8b875cb9643e2a1b750b5f58eb78f25c18cd7 Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Mon, 15 Jan 2024 23:26:22 -0500 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 300786e4..18f27caa 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,25 @@ Let's connect, collaborate, and create solutions together! ## Setup & Development -Initialize repo: +Install packages: ``` yarn ``` Start development version: ``` -yarn start +yarn dev ``` +This will start both the gateway and http server for loading your local components. + +To view your local developments, either visit them through a gateway ${gateway_url}/flags + +For example, to use this local gateway, use: + +* Set the flag (something like http://127.0.0.1:4040/api/loader) at localhost:3000/flags + + ### Community Page [View Default](https://nearbuilders.org/build.sputnik-dao.near/widget/community)