Skip to content

Commit

Permalink
Update run command
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan committed Nov 9, 2023
1 parent 26b4217 commit 92e9289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To provide a consistent environment we recommend using docker in development. We
1. Set up the [Remote Containers plugin](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) in VSCode.
2. Open the cadence-web directory in VSCode.
3. Use the Command Palette to select the "Reopen folder in Container" option. `npm install` should run automatically in the container upon doing so.
4. Run the app in the container with `npm start`.
4. Run the app in the container with `npm run dev`.
5. Open `localhost:8088` (or the custom Cadence Web port you have defined) to load the webapp.

#### Using docker-compose to start the dev container
Expand Down

0 comments on commit 92e9289

Please sign in to comment.