Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 799 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 799 Bytes

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