From e90e4be6f09b25801e52595c310e32906f0f06ac Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Wed, 10 Sep 2025 19:09:46 +0200 Subject: [PATCH] Updated --- server/ui/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/ui/README.md b/server/ui/README.md index 0918281..2cb9e55 100644 --- a/server/ui/README.md +++ b/server/ui/README.md @@ -5,12 +5,12 @@ the moment, this is generated within this module and copied to the actual source location of the daemon. There are plans to modularize the whole validator source in the future so that this will be done by build process. -This ui is built using [Docusaurus 2](https://docusaurus.io/), a modern static +This ui is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator. ### Local Development -``` +```shell $ npm start ``` @@ -19,8 +19,8 @@ Most changes are reflected live without having to restart the server. ### Build -``` -$ npm build +```shell +$ npm run build ``` This command generates static content into the `build` directory and must be