File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 88
99For 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
105105All 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 |
You can’t perform that action at this time.
0 commit comments