Skip to content

Commit

Permalink
Updates readme with minor fixes I got stuck on (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnyberg authored Jan 20, 2025
1 parent 3f8b64f commit c6e0691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Pre-requisites:
- Node.js LTS (18.x)
- [Git LFS](https://git-lfs.github.com/) easiest to install via package manager (e.g. `brew install git-lfs` on macOS)
- [antlr4-tools](https://github.com/antlr/antlr4-tools) easiest to install with `pip install antlr4-tools` (python3 required)
- Java (e.g. `brew install java` on macOS)

In the root folder of the project run:

Expand All @@ -25,7 +26,7 @@ In the root folder of the project run:

From here you can start the `react-codemirror-playground` with:

`npm run dev:codemirror`
`npm run dev-codemirror`

To run the VS Code extension, choose `VSCode Playground` in the `Run & Debug` menu in VS Code.

Expand Down

0 comments on commit c6e0691

Please sign in to comment.