From 1484d075f3847e527f651739046b1a41cae3fb66 Mon Sep 17 00:00:00 2001 From: Akemmanuel Date: Mon, 15 Dec 2025 10:53:08 -0300 Subject: [PATCH] Update package manager from pnpm to bun --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4d8979e8..57317248 100644 --- a/README.md +++ b/README.md @@ -21,22 +21,22 @@ ## Setup -Metallic uses pnpm. Install it using `npm install -g pnpm`. +Metallic uses bun. Install it using `npm install -g bun`. > [!TIP] -> Run `pnpm install` to install the required dependencies. +> Run `bun install` to install the required dependencies. **Run** -Run `pnpm start` to start the server. If no build folder if found, Metallic will attempt to build. +Run `bun start` to start the server. If no build folder if found, Metallic will attempt to build. **Build** -Run `pnpm run build` to build app for production into the `build` folder. +Run `bun run build` to build app for production into the `build` folder. **Build Static** -Run `pnpm run build-static` to build the app for production into the dist folder. This is for static hosting on Github Pages etc. Make sure to change the Wisp server in `/index.html` to an external one and turn off Rammerhead in `/src/settings.ts`. +Run `bun run build-static` to build the app for production into the dist folder. This is for static hosting on Github Pages etc. Make sure to change the Wisp server in `/index.html` to an external one and turn off Rammerhead in `/src/settings.ts`. **Development**