From ffc7dc735f2b6e7889cbe8a4447b763d5083310b Mon Sep 17 00:00:00 2001 From: Edmond Chui <1967998+EdmondChuiHW@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:08:01 +0000 Subject: [PATCH] split readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 3702dd6201f..8889ccd7be5 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,8 @@ This repository is a fork of [ChromeDevTools/devtools-frontend](https://github.c ### Build and run ```sh -# Build continuously with a file watcher -npm run watch - -# Build with the default config once npm run build - -# Build with the release config once -npm run build-release +# or npm run build-release ``` This can then be served from a static web server to test locally: