Skip to content

Commit

Permalink
Merge pull request #4 from okTurtles/doc-minor
Browse files Browse the repository at this point in the history
changes the localhost port to be in line with the code
  • Loading branch information
taoeffect authored Aug 30, 2024
2 parents f374545 + 15c22d8 commit 3286d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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:4000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
Expand Down Expand Up @@ -49,4 +49,4 @@ For more SEO related properties, look at `src/components/head-override/HeadSEO.a
### Multiple Languages support

[Internationalization (i18n)](https://starlight.astro.build/guides/i18n/)
[Internationalization in the sidebar](https://starlight.astro.build/guides/sidebar/#internationalization)
[Internationalization in the sidebar](https://starlight.astro.build/guides/sidebar/#internationalization)

0 comments on commit 3286d19

Please sign in to comment.