Skip to content

Commit

Permalink
Merge branch 'main' into downgrade-pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Trombach authored Apr 26, 2024
2 parents 41d9d6c + 775bc6a commit fa5cb4f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ View it [here](https://lukastrombach.dev) or read more about it [here](https://w

## 🧞 Commands

This project uses `pnpm` and `corepack` for package management. Please install `pnpm` globally and enable corepack by running
This project uses `pnpm` and `corepack` for package management. Please install `node` and enable corepack by running

```bash
corepack enable
```

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

| Command | Action |
| :--------------------------- | :----------------------------------------------- |
| `corepack pnpm install` | Installs dependencies |
| `corepack pnpm dev` | Starts local dev server at `localhost:4321` |
| `corepack pnpm build` | Build your production site to `./dist/` |
| `corepack pnpm preview` | Preview your build locally, before deploying |
| `corepack pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `corepack pnpm astro --help` | Get help using the Astro CLI |
| Command | Action |
| :------------------ | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro --help` | Get help using the Astro CLI |

0 comments on commit fa5cb4f

Please sign in to comment.