Skip to content

Commit

Permalink
update readme to remove commands that are no longer required to run t…
Browse files Browse the repository at this point in the history
…he project.
  • Loading branch information
PVautour committed Oct 10, 2024
1 parent 9c169d7 commit 386457d
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ cd geoview

### Install rush globally

```powershell
```
$ npm install -g @microsoft/rush
```

Expand All @@ -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
Expand All @@ -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/
Expand All @@ -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
Expand Down

0 comments on commit 386457d

Please sign in to comment.