Merge pull request #15 from NotLawson/patch-1

Update README with steps suggested in #12
This commit is contained in:
wearr 2024-06-14 22:02:09 -05:00 committed by GitHub
commit aac5e5feb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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!