TerbiumOS/webOS

Can I deploy this with vercel?

Opened this issue · 10 comments

I want to be able to deploy it with vercel, but when i fork this an try, it opens in a webpage with like 2 lines of code on it. How can i deploy this

you probably aren't doing it at all right if there is only 2 lines of code. I also have never tried using vercel so I have no clue how to help.

You also forked everything but the actual source code itself, every one of the forks you made are forks of this one.

I know how to deploy this with replit, but my school blocked replit

I know how to deploy this with replit, but my school blocked replit

how tell me

is assistance still needed for this?

So I too have never deployed with vercel but I think its self explanatory. So click fork on this repository then go to "Import from Github" on vercel, then Connect your Github account. "import" your forked version of it then give it a name for the project name and then go to edit for build settings override the install set it to npm install and Im not sure I dont think you can start a HTTP server on there or not so set the output directory to static/ and it should work

you also need to change static to public