Skip to content

Commit

Permalink
Update gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 committed Apr 5, 2024
1 parent ae8d8fa commit ee4db61
Show file tree
Hide file tree
Showing 4 changed files with 946 additions and 3,011 deletions.
4 changes: 2 additions & 2 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ The Retail application used to demonstrate all Konveyor projects in an end to en
```bash
git clone https://github.com/konveyor/mig-demo-apps
cd mig-demo-apps/apps/e2e-demo
npm install && npm run start:dev
npm install --force && npm run start:dev
```
## Development scripts
```sh
# Install development/build dependencies
npm install
npm install --force

# Start the development server
npm run start:dev
Expand Down
Loading

0 comments on commit ee4db61

Please sign in to comment.