Cveinnt / LiveTerm

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

Can u pls help me #9

Closed c1mplete closed 2 years ago

c1mplete commented 2 years ago

I am trying to do this but im on windows and i got no idea how docker works

Cveinnt commented 2 years ago

Hi @K0ha1 , it's not necessary to use docker if you just want to build a simple website with LiveTerm - could you specify what you were trying to do?

c1mplete commented 2 years ago

im just trying to make a github pages website with the terminal style u showcased in the repo

Cveinnt commented 2 years ago

Unfortunately LiveTerm is built as a dynamic template, and AFAIK github pages can only be used to host static pages. I would recommend using vercel/heroku/netlify to deploy your website instead - they are all free for personal use.

In any case though, Docker usage is not required - it is only intended for those who are familiar with it to facilitate deployments with Docker.