You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tty-share/frontend
Vasile Popescu f685c2efe7 Fix build mode in webpack config
- remove deprecarted ugify plugin
- add missing 'mode' config
5 years ago
..
static Add a simple page for invalid sessions 6 years ago
templates Undo the prev commit, and use something more simple 5 years ago
tty-receiver Fix utf8 encoded strings by using a different base64 decoder 5 years ago
.nvmrc Update xterm and nodejs versions 5 years ago
README.md Initial commit 6 years ago
package-lock.json Refactor the whole receiver part 5 years ago
package.json Refactor the whole receiver part 5 years ago
tsconfig.json Refactor the whole receiver part 5 years ago
webpack.config.js Fix build mode in webpack config 5 years ago

README.md

Readme

Building

The frontend uses webpack to build everything in a bundle file. Run:

npm install
webpack