From e0e3b44fe7b6dea1e7da4b7ac713e07d390cc96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= <> Date: Thu, 26 Oct 2023 13:02:59 +0200 Subject: [PATCH] README update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 628e21c..02785a1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This interace has been developed within the sBTC Developer Release Program. ## Usage -Start your local development servers and then simply run `yarn dev`. +Make sure you have your [sBTC Development Environment](https://github.com/stacks-network/sbtc/tree/main/devenv) up and running. +After fetchinng the dependencies with `yarn install`, you can start the web interface with `yarn dev`. +The web UI is accessible at `http://localhost:3000/`. ## Screenshots