You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
543 B
543 B
Installation from Source
WeTTy can be installed from source or from npm.
To install from source run:
$ git clone https://github.com/butlerx/wetty.git
$ cd wetty
$ yarn
$ yarn build
Development Env
To run WeTTy in dev mode you can run yarn dev
this will build latest version
of WeTTy and start the server pointing at localhost
on port 22
. The Dev
server will rebuild WeTTy when ever a file is edited and restart the server with
the new build. Any current ssh session in WeTTy will be killed and the user
logged out.