diff --git a/CHANGES.md b/CHANGES.md index 47fae65..fcf1871 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ ### v1.40 -- Made DOSee into a [Progressive Web App](https://developers.google.com/web/progressive-web-apps/desktop) that allows installation to a local operating system. +- Made DOSee into a [Progressive Web App](https://developers.google.com/web/progressive-web-apps/desktop) that allows installation to a desktop. - Added basic offline support using [Workbox](https://workboxjs.org). - Rearranged the source files and subdirectories to require a `build` initialisation - Changed page layout to center-align the canvas and form. diff --git a/README.md b/README.md index 80df400..f207beb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![GitHub repo size](https://img.shields.io/github/repo-size/bengarrett/dosee?style=flat-square) -#### [If you enjoy DOSee, consider buying me a cup of coffee?](https://www.buymeacoffee.com/4rtEGvUIY) ☕ +#### [If you enjoy DOSee, consider buying me a cup of coffee?](https://www.buymeacoffee.com/4rtEGvUIY) ## An MS-DOS emulator for the web. @@ -15,7 +15,7 @@ DOSee is a front-end for an [MS-DOS](https://en.wikipedia.org/wiki/MS-DOS) emula DOSee is only a user interface and installation process for an incredible emulation ecosystem created by many amazing people over many years. DOSee itself is a fork of [The Emularity](https://github.com/db48x/emularity) project created by the Internet Archive. [EM-DOSBox](https://github.com/dreamlayers/em-dosbox/) the core of this emulation is a JavaScript port of [DOSBox](https://www.dosbox.com), the world's most popular MS-DOS emulator. -![DOSee preview](images/preview.png) +![DOSee preview](src/images/preview.png) ### What's new @@ -40,11 +40,12 @@ Clone DOSee. git clone https://github.com/bengarrett/DOSee.git ``` -Install dependencies. +Install and build dependencies. ``` cd DOSee npm install --only=prod +npm run build ``` Install and run a local web server. diff --git a/USAGE.md b/USAGE.md index cd0978f..59be922 100644 --- a/USAGE.md +++ b/USAGE.md @@ -125,6 +125,6 @@ Update the DOSee [index.html](index.html) to launch the demo and enjoy the confu ``` -![DOSee preview](images/sq3demo.png) +![DOSee preview](src/images/sq3demo.png) [back to README.md](README.md) diff --git a/src/css/index.css b/src/css/index.css index bf9adf6..3ab2cd6 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -36,6 +36,8 @@ label { #helpTab { height: var(--max-height); width: var(--max-width); + overflow: visible; + white-space: normal; } .radio-inline { diff --git a/src/index.html b/src/index.html index a88bae6..67f0cff 100644 --- a/src/index.html +++ b/src/index.html @@ -27,11 +27,7 @@ - + @@ -90,6 +86,7 @@ Capture Reboot STOP +