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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ To run the generator locally, you have two options:
27
27
1.**Recommended Setup**:
28
28
29
29
-[Clone] the repository and [install Bun][bun].
30
-
> The rationale is that Bun has built-in TypeScript and path mapping support. Alternatively, you can use [Node.js][nodejs]v21 or later ([nvm][nvm-sh] recommended for Linux users). When using Node.js, Cosmos uses a custom ESM loader, which is more difficult to debug when things ultimately go wrong. Nevertheless, the WASM build scripts are more reliable in Node.js than Bun.
30
+
> The rationale is that Bun has built-in TypeScript and path mapping support. Alternatively, you can use [Node.js][nodejs]v22 or later ([nvm][nvm-sh] recommended for Linux users). When using Node.js, Cosmos uses a custom ESM loader, which is more difficult to debug when things ultimately go wrong. Nevertheless, the WASM build scripts are more reliable in Node.js than Bun.
31
31
- Run `make quickstart` to compile and build the necessary files.
32
32
- Read the [dev documentation](https://ryanis.cool/cosmos/docs/contributing/#building-the-project) if you wish to compile the docs or create a production build.
33
33
- Finally, run `make dev` to start a dev server and visit [`http://localhost:5173/beta`](http://localhost:5173/beta).
0 commit comments