Florrie 96f57477d1 Proper mobile keyboard/touch support | %!s(int64=5) %!d(string=hai) anos | |
---|---|---|
src | %!s(int64=5) %!d(string=hai) anos | |
.gitignore | %!s(int64=5) %!d(string=hai) anos | |
.gitmodules | %!s(int64=5) %!d(string=hai) anos | |
LICENSE.txt | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
index.html | %!s(int64=5) %!d(string=hai) anos | |
package-lock.json | %!s(int64=5) %!d(string=hai) anos | |
package.json | %!s(int64=5) %!d(string=hai) anos | |
screenshot.png | %!s(int64=5) %!d(string=hai) anos | |
style.css | %!s(int64=5) %!d(string=hai) anos | |
test | %!s(int64=5) %!d(string=hai) anos | |
webpack.config.js | %!s(int64=5) %!d(string=hai) anos |
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!