From ea63bbf1187d2c603392bf4642576ce75e477370 Mon Sep 17 00:00:00 2001 From: Aniket <30843294+Aniket-Engg@users.noreply.github.com> Date: Fri, 11 Aug 2023 14:51:13 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e51158c244..109d44caff 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ git clone https://github.com/ethereum/remix-project.git 1. Move to project directory: `cd remix-project` 2. Install dependencies: `yarn install` or simply run `yarn` 3. Build Remix libraries: `yarn run build:libs` -3. Build Remix project: `yarn build` -4. Build and run project server: `yarn serve` +4. Build Remix project: `yarn build` +5. Build and run project server: `yarn serve`. Optionally, run `yarn serve:hot` to enable hot module reload for frontend updates. Open `http://127.0.0.1:8080` in your browser to load Remix IDE locally.