Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 17, 2023
1 parent 1094a3d commit f8f3dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pnpm install

## Development Server

Start the development server on `http://localhost:3000`
Start the development server on `http://localhost:8080`

```bash
npm run dev
Expand All @@ -39,10 +39,10 @@ Build the application for production:
npm run build
```

Locally preview production build:
Run the production build:

```bash
npm run preview
npm run start
```

## Caveats
Expand Down

0 comments on commit f8f3dcf

Please sign in to comment.