fix(docs): fix documentation

This commit is contained in:
thomas
2023-10-24 11:17:22 +02:00
parent 97b6ec6d91
commit a0106970e1
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action | | Command | Action |
| :------------------------ | :----------------------------------------------- | | :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies | | `npm ci` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` | | `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` | | `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying | | `npm run preview` | Preview your build locally, before deploying |

View File

@@ -40,7 +40,7 @@ Open the project in any IDE of your choice.
## Install all dependancies ## Install all dependancies
```bash ```bash
npm install npm ci
``` ```
## Choose a challenge ## Choose a challenge