Florrie 96f57477d1 Proper mobile keyboard/touch support | vor 5 Jahren | |
---|---|---|
src | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
.gitmodules | vor 5 Jahren | |
LICENSE.txt | vor 5 Jahren | |
README.md | vor 5 Jahren | |
index.html | vor 5 Jahren | |
package-lock.json | vor 5 Jahren | |
package.json | vor 5 Jahren | |
screenshot.png | vor 5 Jahren | |
style.css | vor 5 Jahren | |
test | vor 5 Jahren | |
webpack.config.js | vor 5 Jahren |
Run mtui in your web browser! Web-mtui uses webpack to package a modified version of mtui as JavaScript that can run in your browser.
Make sure you clone web-mtui with the --recursive
option, like so:
$ git clone --recursive web-mtui
Otherwise the mtui
repository won't be cloned into web-mtui's source tree.
Then just do npm install
and npm build
- this will make a file show up in a new dist
folder. Open up index.html in your web browser and you are good to go!