Skip to content

Commit

Permalink
update README with the new localhost port of astro
Browse files Browse the repository at this point in the history
  • Loading branch information
saulopaiva committed Sep 7, 2023
1 parent bf18e70 commit b8f21b2
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 @@ -38,7 +38,7 @@ Clone this theme locally and run any of the following commands in your 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 |

Expand Down

0 comments on commit b8f21b2

Please sign in to comment.