Skip to content

Commit 544da51

Browse files
authored
Merge branch 'main' into main
2 parents 927cb7a + bff85ab commit 544da51

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
For running locally, you'll need [Node.js](https://nodejs.org/en/) installed.
1010
```
11-
pnpm run dev
11+
yarn run dev
1212
```
1313

1414
## 🚀 Project Structure
@@ -104,11 +104,11 @@ sidebar: [
104104

105105
All commands are run from the root of the project, from a terminal:
106106

107-
| Command | Action |
108-
|:--------------------------|:-------------------------------------------------|
109-
| `npm install` | Installs dependencies |
110-
| `npm run dev` | Starts local dev server at `localhost:4321` |
111-
| `npm run build` | Build your production site to `./dist/` |
112-
| `npm run preview` | Preview your build locally, before deploying |
113-
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
114-
| `npm run astro -- --help` | Get help using the Astro CLI |
107+
| Command | Action |
108+
|:---------------------------|:-------------------------------------------------|
109+
| `yarn` | Installs dependencies |
110+
| `yarn run dev` | Starts local dev server at `localhost:4321` |
111+
| `yarn run build` | Build your production site to `./dist/` |
112+
| `yarn run preview` | Preview your build locally, before deploying |
113+
| `yarn run astro ...` | Run CLI commands like `astro add`, `astro check` |
114+
| `yarn run astro -- --help` | Get help using the Astro CLI |

0 commit comments

Comments
 (0)