From 5575f9098a0dcc6dc491cd9cfe799f95c7d80855 Mon Sep 17 00:00:00 2001 From: rzmk Date: Tue, 5 Dec 2023 12:49:56 -0500 Subject: [PATCH] docs: use pnpm in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8c5541c..fd775d6 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Astro, React, Tailwind, Framer Motion 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 build` | Build your production site to `./dist/` | -| `npm run preview` | Preview your build locally, before deploying | +| Command | Action | +| :----------------- | :------------------------------------------- | +| `pnpm install` | Installs dependencies | +| `pnpm run dev` | Starts local dev server at `localhost:3000` | +| `pnpm run build` | Build your production site to `./dist/` | +| `pnpm run preview` | Preview your build locally, before deploying |