Cveinnt / LiveTerm

💻 Build terminal styled websites in minutes!
https://liveterm.vercel.app
MIT License
4.67k stars 504 forks source link

upload this to github pages #36

Closed tassosmak closed 1 year ago

tassosmak commented 1 year ago

is there any way that i can upload this repo to an github pages?

badcodebuilder commented 1 year ago

Yes, of course. You can use next build to generate static files and then push them to your github pages.

Maybe not this command, but Next.js can really generate static files, you can consult their documents.