From b04d3f8b41008952d26e0946c086817641294413 Mon Sep 17 00:00:00 2001 From: Lawson C Date: Fri, 14 Jun 2024 09:18:33 +1000 Subject: [PATCH] Update README.md with the example in #12 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f50704d..3e33f4d 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,11 @@ Deploying Alu is about as simple as it gets, from your terminal, type This command should clone Alu's frontend, as well as [alu-games](https://github.com/wearrrrr/alu-games). If you wish to skip cloning games, then leave out the last flag. -Then simply run `npm i` to install all node_modules, and then build the frontend with `npm run build`, this shouldn't take more than a couple seconds. +Install pnpm with `npm I -g pnpm`. -Finally, run `npm start` to actually serve Alu! It defaults to port 3000 for everything, but this can be specified in an env file. +Then simply run `pnpm i` to install all node_modules, and then build the frontend with `pnpm run build`, this shouldn't take more than a couple seconds. + +Finally, run `pnpm start` to actually serve Alu! It defaults to port 3000 for everything, but this can be specified in an env file. Congrats, you've now deployed your very own web proxy!