diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-14 09:34:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-14 09:34:58 +0100 |
| commit | 34653b82f175af4df5995ce9194fd8ffbaed5015 (patch) | |
| tree | 659307d00aa2da08695389d3a8dc85144bc73f2e /README.md | |
| parent | 9686e9765a0e64c081ef3beb68dccf7c263abd54 (diff) | |
| parent | 5ea29f91b8110ab7c91e8ee2ab2aedbfa35c5062 (diff) | |
Merge pull request #108 from caleb-mabry/adding-nvm
Added nvm and Docker support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -17,11 +17,20 @@ Link to the client in this repo: http://web.aceattorneyonline.com/ # Project Setup - 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 -`npm install` +# Running Locally on Windows +1. Look at the file version in `.nvmrc` and run `nvm use <VERSION NUMBER>` +2. `npm install` +3. `npm run start` -`npm run start` +# Running Locally on Linux +1. `nvm use` +2. `npm install` +3. `npm run start` +# Running with Docker +`docker build -t webao .` +`docker run -d -it -p 8080:8080 webao` |
