From 386457dbcb92187a3121561dc093fe6331e38062 Mon Sep 17 00:00:00 2001 From: Pascal Vautour Date: Thu, 10 Oct 2024 07:42:15 -0400 Subject: [PATCH] update readme to remove commands that are no longer required to run the project. --- README.md | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 3991cd145e2..2f48c9733ec 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ $ cd geoview ### Install rush globally -```powershell +``` $ npm install -g @microsoft/rush ``` @@ -87,16 +87,8 @@ $ rush update --full ### Build the project: -#### Windows - -```powershell -$ rush build:core ``` - -#### Mac/Linux/WSL - -```BASH -$ rush build:mac +$ rush build:core ``` Output build files will be placed under @@ -107,16 +99,8 @@ packages/geoview-core/dist ### Run/Serve the project -#### Windows - -```powershell -$ rush serve ``` - -#### Mac/Linux/WSL - -```BASH -$ rush serve:mac +$ rush serve ``` GeoView will be serve from http://localhost:8080/ @@ -125,16 +109,8 @@ GeoView will be serve from http://localhost:8080/ ### Build the project: -#### Windows - -```powershell -$ rush build:core ``` - -#### Mac/Linux/WSL - -```BASH -$ rush build:mac +$ rush build:core ``` ### Push the dist folder to your gh-pages