aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2026-01-01 16:59:22 +0100
committerGitHub <noreply@github.com>2026-01-01 16:59:22 +0100
commitb27d75d0eb30722f7e7745e57f7cb30577f6602f (patch)
treec8f232b100f56b33ceb2a528cc8d1d1f647e8417
parent33744e44ceaf3825da451ba38281fd84b255de80 (diff)
Revise setup instructions for Bun usage
Updated project setup instructions to use Bun instead of Node.js and npm.
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index a98aa5a..54cae47 100644
--- a/README.md
+++ b/README.md
@@ -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`