Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 750 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 750 Bytes

Docker Based Workflow

It is possible to edit and run miso applications with docker and docker-compose as the only dependencies on the host system.

  1. On Windows and Mac open your docker settings and increase the Memory and Swap (I use Memory=6GB and Swap=2GB), otherwise the container will be killed when exceeding the limit.
  2. Run git clone https://github.com/dmjio/miso and cd into miso/docker
  3. Run docker-compose build, this will take a long time
  4. Run docker-compose up
  5. miso/sample-app has now the build in \dist-newstyle\build\x86_64-linux\ghcjs-8.6.0.1\app-0.1.0.0\x\app\build\app\app.jsexe
  6. Open index.html on your host-machine and edit any file in miso/sample-app and docker will automatically rebuild the app