Florrie 96f57477d1 Proper mobile keyboard/touch support | 6 роки тому | |
---|---|---|
src | 6 роки тому | |
.gitignore | 6 роки тому | |
.gitmodules | 6 роки тому | |
LICENSE.txt | 6 роки тому | |
README.md | 6 роки тому | |
index.html | 6 роки тому | |
package-lock.json | 6 роки тому | |
package.json | 6 роки тому | |
screenshot.png | 6 роки тому | |
style.css | 6 роки тому | |
test | 6 роки тому | |
webpack.config.js | 6 роки тому |
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!