From 82c6e3dbb23852fd05ccf81da03019a487637bff Mon Sep 17 00:00:00 2001 From: TenzDelek Date: Wed, 13 Nov 2024 09:20:53 +0530 Subject: [PATCH 1/3] fix the start dev command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a820032a6715..fde4164edd366 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,7 +92,7 @@ for getting things done and landing your contribution. ```bash npm ci # installs this project's dependencies - npm run dev # starts a development environment + npx turbo dev # starts a development environment ``` 7. Perform your changes. In case you're unfamiliar with the structure of this repository, we recommend a read on the [Collaborator Guide](./COLLABORATOR_GUIDE.md) From 2d5176131cd1f640037f68f8073493c9de5760d2 Mon Sep 17 00:00:00 2001 From: TenzDelek Date: Wed, 13 Nov 2024 10:03:05 +0530 Subject: [PATCH 2/3] doc changes --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fde4164edd366..5bcc5e2b5f19d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,7 +92,7 @@ for getting things done and landing your contribution. ```bash npm ci # installs this project's dependencies - npx turbo dev # starts a development environment + npm run dev # starts a development environment ``` 7. Perform your changes. In case you're unfamiliar with the structure of this repository, we recommend a read on the [Collaborator Guide](./COLLABORATOR_GUIDE.md) diff --git a/README.md b/README.md index a5d4cde858f9e..9ae2467fb6fd2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ ```bash npm ci -npx turbo dev +npm run dev # listening at localhost:3000 ``` From 6aa545ad8281fa034389aa46006b2e4b9e68198d Mon Sep 17 00:00:00 2001 From: TenzDelek Date: Wed, 13 Nov 2024 10:06:22 +0530 Subject: [PATCH 3/3] revert the contributing md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5bcc5e2b5f19d..2a820032a6715 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,7 +92,7 @@ for getting things done and landing your contribution. ```bash npm ci # installs this project's dependencies - npm run dev # starts a development environment + npm run dev # starts a development environment ``` 7. Perform your changes. In case you're unfamiliar with the structure of this repository, we recommend a read on the [Collaborator Guide](./COLLABORATOR_GUIDE.md)