How the hell am I supposed to host this on github codespaces? #180
Answered
by
BomberFish
adamdageek
asked this question in
Support
-
I just can't figure it out, after it builds, nothing happens. |
Beta Was this translation helpful? Give feedback.
Answered by
BomberFish
Apr 27, 2024
Replies: 2 comments 17 replies
-
If you want to run it on codespaces, the script doesn't do everything. Basically, you need to:
Hope this helps. |
Beta Was this translation helpful? Give feedback.
13 replies
Answer selected by
Percslol
-
bruh don't make useless issues like this. do you have two eyes? if you do there's a documentation that states on how to deploy it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to run it on codespaces, the script doesn't do everything. Basically, you need to:
bash codespace-basic-setup.sh
make rootfs
if you want to build v86 imagesmake server
Hope this helps.