From c6e06915e0a45dfc9443b70757a2382aa7c327ee Mon Sep 17 00:00:00 2001 From: Tomas Nyberg <71550631+tomasnyberg@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:49:34 +0100 Subject: [PATCH] Updates readme with minor fixes I got stuck on (#330) --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10bb46b6f..bc03f4878 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: @@ -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.