Skip to content

ayhamDev/Web-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Terminal

Web Terminal is Web Based Terminal That Allows You To Send Commands To PC That The Web Terminal Server is Running on.

Features

  • dark mode becasue who likes Light Mode ?.
  • Cross platform because it runs in the browser :).

How to Install

you can Download one of the releases on this page Release.

Run Locally

Clone the project

  git clone https://github.com/ayhamDev/Web-Terminal.git

Go to the project directory

  cd Web-Terminal

Install dependencies

  npm install

Start the server

  npm run dev

build

You Can build The Project For All platforms using pkg.

  npm install -g pkg
  npm run build