DEV Community

Cover image for Terminal Website in Minutes!
Gabriel Pedroza
Gabriel Pedroza

Posted on

Terminal Website in Minutes!

Secret Terminal

Image description

After surfing through the internet, I've found this very cool GH Repo on a Terminal Credit. Very easy to add commands and configure it yourself using the config.json. Use credit link or my repo to clone it. I also used this to get cool symbols. Feel free to clone it and overall have fun with it and message me if you have or need any help ❤️

Latest comments (4)

Collapse
 
jeremymonatte profile image
Mbenga

Cool Tips, thanks

Collapse
 
envoy_ profile image
Vedant Chainani

you can also use LiveTerm for creating Terminal style websites. It has many themes and customization options.

GitHub logo Cveinnt / LiveTerm

💻 Build terminal styled websites in minutes!

💻 LiveTerm - build terminal styled websites in minutes!

Highly customizable, easy-to-use, and minimal terminal styled website template, powered by Next.js.

Building a simple website with LiveTerm only takes minutes, and you only need to work with one file: config.json. After you cloned this repository, simply run yarn install && yarn dev and start editing config.json to build your website!

LiveTerm can be used to build a variety of websites:

Feel free to play with the web demo above!

📸 Showcase


LiveTerm with different themes


my personal website

🚀 Ship your LiveTerm site in less than 5 minutes

LiveTerm requires the yarn package manager. You can install yarn here.

Simply run the following commmand in your terminal:

sh -c "$(curl -fsSL https://raw.github.com/Cveinnt/LiveTerm/main/install/install.sh)"
Enter fullscreen mode Exit fullscreen mode

This will install LiveTerm to the…




Collapse
 
gabrielpedroza profile image
Gabriel Pedroza

Yes, it is the exact same repo but unless I'm mistaken, Cveinnt forked it from m4tt72

Collapse
 
vietmle_ profile image
Viet Le

Interesting!