This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
We should let users add apps #869
gabrieljemail
started this conversation in
Ideas
Replies: 2 comments
-
By the way, users add apps currently by running this in the console:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
For users to add apps, they must run JavaScript, which not all can do.
Solution
Let users run a command like this, for example.
npm install -s "Game" "https://krunker.io"
That would be nice. You could also just let users do this.
install.sh "Krunker" "https://krunker.io"
Q&A
Q: Why?
A: Why not?
Q: How?
A: Run the JS that the web app provides for adding your own apps when you run these commands.
Beta Was this translation helpful? Give feedback.
All reactions