From 14a05702403f7c0e3793bdf86983e1d55d9b940b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Kokelj?= Date: Mon, 11 Dec 2023 14:35:41 +0100 Subject: [PATCH] Notes for running it locally updated --- tools/walletextension/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/walletextension/README.md b/tools/walletextension/README.md index c7ef89fe32..d11b4da5cc 100644 --- a/tools/walletextension/README.md +++ b/tools/walletextension/README.md @@ -1,9 +1,12 @@ -# 👛 The Ten wallet extension +# The Ten gateway See the documentation [here](https://docs.obscu.ro/wallet-extension/wallet-extension/). ## Developer notes +Running gateway frontend locally requires building static files first. +To do that, run `npm run build` in `tools/walletextension/frontend` folder. + The precompiled binaries for macOS ARM64, macOS AMD64, Windows AMD64 and Linux AMD64 can be built by running the following commands from the `tools/walletextension/main` folder: