Skip to content

Commit

Permalink
GEP-166 Update showcase README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Sep 19, 2024
1 parent 5082e37 commit 9eaa0e5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions geppetto-showcase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We use [yalc](https://github.com/wclr/yalc) as a local repository to manage thes
The `./setup.sh` script will build and add the local geppetto packages to the showcase:

```bash
sh ./setup.sh
bash ./setup.sh
```

Install dependencies
Expand All @@ -33,9 +33,7 @@ yarn start
(optional for hot reloading)

```bash
yarn global add nodemon
cd ../geppetto.js/geppetto-ui
nodemon -w ./src -x 'yarn build:src && yalc push build'
bash watch-geppettojs-updates.sh
```

## Deployment
Expand All @@ -49,5 +47,5 @@ docker build -t geppetto-showcase .
Start container with:

````bash
docker run -p 8080:80 geppetto-showcase
docker run -p 8080:80 geppetto-showcase
````

0 comments on commit 9eaa0e5

Please sign in to comment.