diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -7,17 +7,14 @@ 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) +- Install [Bun](https://bun.com/) ## Running Locally -1. `nvm install && nvm use` -2. `npm install` -3. `npm run start` +1. `bun install` +2. `bun run start` ## Running with Docker `docker build -t webao .` - `docker run -d -it -p 8080:8080 webao` |
