diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-09-20 11:24:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-20 11:24:50 +0200 |
| commit | aaca5ae31f93cccf67056a96f82541ad93a7d642 (patch) | |
| tree | fe681cd27b522d2156e2f82c866d09bc26e8c9c1 /README.md | |
| parent | 43c732f0593dfb8e3d42ef05d8cc6f28fc2dfeac (diff) | |
| parent | 81d08368cdd46692c62fb267ce061f9a0aa41325 (diff) | |
Merge pull request #239 from Troid-Tech/node-upgrade
Node upgrade
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -10,15 +10,9 @@ Link to the client in this repo: <http://web.aceattorneyonline.com/> - Install [Node JS](https://nodejs.org/en/) - Install nvm | [Windows](https://github.com/coreybutler/nvm-windows) , [Linux](https://github.com/nvm-sh/nvm) -## Running Locally on Windows +## Running Locally -1. Look at the file version in `.nvmrc` and run `nvm use <VERSION NUMBER>` -2. `npm install` -3. `npm run start` - -## Running Locally on Linux - -1. `npm use` +1. `nvm install && nvm use` 2. `npm install` 3. `npm run start` |
