mirror of
https://github.com/doctor112-1/web-remote-terminal.git
synced 2026-03-16 16:32:12 -05:00
a remote terminal in the web
- JavaScript 99.9%
- HTML 0.1%
| public | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| server.js | ||
web-remote-terminal
this project is based off https://github.com/velzie/tiTTY
Run
Clone this Repo
git clone https://github.com/doctor112-1/web-remote-terminal.git
Install dependencies
npm i
Create .env file
Create a .env file and specify the port for the server to run on and the user to log into. Your .env file should look like this
PORT="enterportnumberhere"
USERNAME="enterusernameofusertologinto"
Run
npm run start