Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasThelen authored May 22, 2023
1 parent 2596205 commit 18a6916
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@ ng serve

Visit the site at http://localhost:4200

#### Staging & Production Servers

When deploying on the staging or production servers, first fetch the cache, then build the project, and finally copy the files to a location that is being served by NGINX.

For example,

```bash
npm run cache-prod
npm run build --configuration=stage
cp -r dist/faceted-search/* /var/www/html
```

## Troubleshooting

### The GNIS/Hazard/Location Tree Facets Aren't Working
Expand Down

0 comments on commit 18a6916

Please sign in to comment.