From 62755ce1cf8d799dbd5605762eea18c9ef7282a4 Mon Sep 17 00:00:00 2001 From: Barbapapazes Date: Thu, 22 Jun 2023 10:43:15 +0200 Subject: [PATCH 1/3] docs: update contributing in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e41179d1e..08989885f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,9 @@ defineNuxtConfig({ 1. Clone this repository 2. Install dependencies using `pnpm install --frozen-lockfile` 3. Run `pnpm run prepare` to generate type stubs. -4. Use `pnpm run dev` to start [docs](./docs) or use `pnpm run play` to start [playground](./playground) in development mode. +4. Update the `extends` key in `.starters/default` to `../../` in order to use the local version of Docus. +5. Use `pnpm run dev` to start [docs](./docs) or use `pnpm run play` to start [playground](./playground) in development mode. +6. Do not commit any change in `.starters/default` since its your playground. ## License 📎 From 8c3518d7b37a7613f3638c9258e4276ffb80c732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Est=C3=A9ban?= Date: Fri, 23 Jun 2023 16:26:43 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08989885f..80a21af4c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ defineNuxtConfig({ 2. Install dependencies using `pnpm install --frozen-lockfile` 3. Run `pnpm run prepare` to generate type stubs. 4. Update the `extends` key in `.starters/default` to `../../` in order to use the local version of Docus. -5. Use `pnpm run dev` to start [docs](./docs) or use `pnpm run play` to start [playground](./playground) in development mode. +5. Use `pnpm run dev` to start [default starter](./.starters/default) 6. Do not commit any change in `.starters/default` since its your playground. ## License 📎 From f9c21cfa242894fa2241b44b5b40aa03f4ec9169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Est=C3=A9ban?= Date: Thu, 29 Jun 2023 16:10:51 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80a21af4c..1d8ab749d 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,8 @@ defineNuxtConfig({ 1. Clone this repository 2. Install dependencies using `pnpm install --frozen-lockfile` 3. Run `pnpm run prepare` to generate type stubs. -4. Update the `extends` key in `.starters/default` to `../../` in order to use the local version of Docus. -5. Use `pnpm run dev` to start [default starter](./.starters/default) -6. Do not commit any change in `.starters/default` since its your playground. +4. Use `pnpm run dev` to start [default starter](./.starters/default). You can edit the module because pnpm workspace links it with the default starter. +5. Do not commit any change in `.starters/default` since its your playground. ## License 📎