Florrie 96f57477d1 Proper mobile keyboard/touch support | il y a 6 ans | |
---|---|---|
src | il y a 6 ans | |
.gitignore | il y a 6 ans | |
.gitmodules | il y a 6 ans | |
LICENSE.txt | il y a 6 ans | |
README.md | il y a 6 ans | |
index.html | il y a 6 ans | |
package-lock.json | il y a 6 ans | |
package.json | il y a 6 ans | |
screenshot.png | il y a 6 ans | |
style.css | il y a 6 ans | |
test | il y a 6 ans | |
webpack.config.js | il y a 6 ans |
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!