From b8f21b2cd1b2e47ed2d25c8ee0ab253687bb83b9 Mon Sep 17 00:00:00 2001 From: saulo paiva Date: Thu, 7 Sep 2023 11:07:51 -0300 Subject: [PATCH] update README with the new localhost port of astro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 304560a..7f06a82 100644 --- a/README.md +++ b/README.md @@ -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 |