Skip to content

Commit

Permalink
update docs to node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
megahirt committed May 3, 2024
1 parent f1ce0b8 commit 54e23db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ While Docker is great way to encapsulate all of the dependencies, build tools an
2. Permit your user (and not just "sudo") to contact the Docker daemon: `sudo usermod -aG docker yourUsername && sudo chmod 666 /var/run/docker.sock`.
3. (Optional) Configure docker to start on boot: `printf '[boot]\ncommand="service docker start"\n' | sudo tee /etc/wsl.conf` (assuming `/etc/wsl.conf` is currently unused).
2. Install [Make](https://www.gnu.org/software/make/): `sudo apt install make`.
3. Install [Node 16.14.0](https://nodejs.org/en/download/). We recommend using [nvm](https://github.com/nvm-sh/nvm#installation-and-update).
3. Install [Node 22](https://nodejs.org/en/download/). We recommend using [nvm](https://github.com/nvm-sh/nvm#installation-and-update) or [nvm on Windows](https://github.com/coreybutler/nvm-windows).
4. Clone the repo: `git clone https://github.com/sillsdev/web-languageforge`.
1. Windows users, be sure to clone the project to the WSL file system (to keep VS Code, Git and the file system in sync)
5. Run `npm install` (required for git pre-commit hook with Prettier)

### Running the App Locally
Expand Down

0 comments on commit 54e23db

Please sign in to comment.