Skip to content

Commit

Permalink
Change npm commands to yarn commands in website README
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 authored Jul 5, 2024
1 parent 5c403d8 commit fe2d86c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Static assets, like favicons, can be placed in the `public/` directory.

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:4321` |
| `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` |
| `npm run astro -- --help` | Get help using the Astro CLI |
| Command | Action |
|:-----------------------|:-------------------------------------------------|
| `yarn install` | Installs dependencies |
| `yarn dev` | Starts local dev server at `localhost:4321` |
| `yarn build` | Build your production site to `./dist/` |
| `yarn preview` | Preview your build locally, before deploying |
| `yarn astro ...` | Run CLI commands like `astro add`, `astro check` |
| `yarn astro -- --help` | Get help using the Astro CLI |

## 👀 Want to learn more?

Expand Down

0 comments on commit fe2d86c

Please sign in to comment.