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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ A monorepo containing all things frontend on Alephium.
4
4
5
5
## Development
6
6
7
-
We use [Bun](https://bun.sh/) as our package manager and [Turborepo](https://turbo.build/repo) as our build system. Turborepo runs the tasks defined in `turbo.json` and Bun installs the npm packages.
7
+
We use [pnpm](https://pnpm.io/) as our package manager and [Turborepo](https://turbo.build/repo) as our build system. Turborepo runs the tasks defined in `turbo.json` and Bun installs the npm packages.
8
8
9
9
Install all dependencies with:
10
10
11
11
```shell
12
-
bun install
12
+
pnpm install
13
13
```
14
14
15
15
Turbo tasks are defined in `turbo.json`. You can execute them from the root directory of the monorepo:
0 commit comments