Skip to content

Commit

Permalink
Merge pull request #553 from annjose/patch-1
Browse files Browse the repository at this point in the history
Fixed the default port in which the local dev server starts
  • Loading branch information
prototypa authored Dec 11, 2024
2 parents 77a75c2 + f36ba4c commit bbcbde8
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 @@ -143,7 +143,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------ | :------------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run check` | Check your project for errors |
Expand Down

0 comments on commit bbcbde8

Please sign in to comment.