Skip to content

Commit

Permalink
fix readme issues
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan committed Apr 5, 2024
1 parent 05b8525 commit 7377676
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Finally the web application can be deployed in production or in development mode

### Development mode

1. Utilize the command `npm run dev` which will start the webpack-dev-server in development mode, generate source maps for easier debugging, open your default browser and serve the application.
1. Utilize the command `npm run dev` which will start the webpack-dev-server in development mode, generate source maps for easier debugging, open your default browser, and serve the application.

```sh
npm run dev
Expand Down Expand Up @@ -132,4 +132,3 @@ For a more visual approach to writing and visualizing tests, you can use the com
Debugging can also be accomplished by running the Playwright test command with the `--debug` flag, like this: `npx playwright test --debug`.

For additional information on how to run and debug tests, please refer to the [official Playwright website](https://playwright.dev/docs/running-tests).

0 comments on commit 7377676

Please sign in to comment.