Skip to content

Commit

Permalink
Merge pull request #239 from Troid-Tech/node-upgrade
Browse files Browse the repository at this point in the history
Node upgrade
  • Loading branch information
stonedDiscord authored Sep 20, 2024
2 parents 43c732f + 81d0836 commit aaca5ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.17.4
v18.12.1
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit aaca5ae

Please sign in to comment.