Skip to content

Commit

Permalink
change readme instructions to run build and run preview
Browse files Browse the repository at this point in the history
(10)
  • Loading branch information
Pewillia committed Sep 18, 2024
1 parent 21374e8 commit 1ad4873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ The tech stack for this application includes the following frameworks or technol

## Running The Project

First thing; we encourage you to folk the repo instead of cloning it - especially if you would like to contribute to it.
First thing; we encourage you to fork the repo instead of cloning it - especially if you would like to contribute to it.
If not; you can do ahead and clone it.

### Cloning the repo

```git clone https://github.com/Canadian-Geospatial-Platform/geoview-demo.git```

### Install the packages
``` npm run install```
``` npm run build```

### Run the application
```npm run serve```
```npm run preview```

### Deploying to GitHub Pages
```npm run deploy```

0 comments on commit 1ad4873

Please sign in to comment.