You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Your Preferred Code Editor (VSCode, Sublime, etc.)
13
+
- Your Preferred Code Editor (VSCode, Sublime, Zed, etc.)
14
14
15
15
## 2. Getting Started
16
16
@@ -28,17 +28,17 @@ Fork the repository (click the <kbd>Fork</kbd> button at the top right of
28
28
29
29
### Setting Up the Environment
30
30
31
-
1. Run `yarn` at the root of the repository.
31
+
1. Run `pnpm i` at the root of the repository.
32
32
33
-
2. Run `yarn build` at the root of the repository.
33
+
2. Run `pnpm build` at the root of the repository.
34
34
35
-
3. Run `yarn turbo run dev --filter={packageName}` to run a package individually.
35
+
3. Run `pnpm turbo run dev --filter={packageName}` to run a package individually.
36
36
37
37
> For example, if you want to run the `@faststore/core` package, at the root of the repository run:
38
38
>
39
-
> `yarn turbo run dev --filter=@faststore/core`
39
+
> `pnpm turbo run dev --filter=@faststore/core`
40
40
41
-
**Note**: If you encounter issues during the setup process, please check if your current version of Yarn, Turbo, and Node.js are matching the versions specified in the package.json file.
41
+
**Note**: If you encounter issues during the setup process, please check if your current version of Pnpm, Turbo, and Node.js are matching the versions specified in the package.json file.
42
42
43
43
## 3. Working on an Issue
44
44
@@ -67,7 +67,7 @@ To test your changes in a store, you will need to create a pull request (for mor
4. Run `yarn` to install the updates and test your changes in the store.
70
+
4. Run `pnpm` to install the updates and test your changes in the store.
71
71
72
72
**Note**: This link is intended for testing purposes only. Please avoid using it in your store. Once the published version of your package is available, make sure to update the link accordingly.
0 commit comments