Florrie 96f57477d1 Proper mobile keyboard/touch support | před 5 roky | |
---|---|---|
src | před 5 roky | |
.gitignore | před 5 roky | |
.gitmodules | před 5 roky | |
LICENSE.txt | před 5 roky | |
README.md | před 5 roky | |
index.html | před 5 roky | |
package-lock.json | před 5 roky | |
package.json | před 5 roky | |
screenshot.png | před 5 roky | |
style.css | před 5 roky | |
test | před 5 roky | |
webpack.config.js | před 5 roky |
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!