Skip to content

Commit

Permalink
Merge of #7227
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 7, 2025
2 parents 680203a + cf41062 commit 536dfbe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/contributing/01-start-here/05-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,23 @@ environment:
- [Docker]
- Needed to build the grammar as WASM for the web-based playground and to run unit tests

Verify versions (any compatible version will do):

```sh
$ node --version
v20.17.0
```

```sh
$ pnpm --version
8.15.1
```

```sh
$ rustc --version
rustc 1.82.0 (f6e511eec 2024-10-15)
```

Installation:

```sh
Expand Down

0 comments on commit 536dfbe

Please sign in to comment.