Skip to content

Commit

Permalink
Adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniTroid committed Sep 20, 2024
1 parent 6c6d1c0 commit 81d0836
Showing 1 changed file with 2 additions and 8 deletions.
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 81d0836

Please sign in to comment.