You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
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.
20
+
21
+
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.
22
+
23
+
Finally, run `npm start` to actually serve Alu! It defaults to port 3000 for everything, but this can be specified in an env file.
24
+
25
+
Congrats, you've now deployed your very own web proxy!
26
+
27
+
# Technologies
28
+
29
+
- Ultraviolet by Titanium Network
30
+
- Bare Server from TompHTTP
31
+
- Rammerhead by binary-person
32
+
- Astro from astro.build
33
+
- Typescript
34
+
- ExpressJS
35
+
- Prettier
36
+
37
+
# License
38
+
39
+
Alu is licensed under the GNU GPL v3.0 License as of 2/9/2024.
0 commit comments