Closed jlinoff closed 3 years ago
The app is now available from https://jlinoff.github.io/qspm.
It is currently created manually by doing this:
$ # Step 1. Clone out this repository and generate the webapp (webapp/qspm.zip)
$ git clone https://github.com/eSentire/qspm.git
.
.
$ cd qspm
$ make
.
.
$ make webapp
.
.
$ cd ..
$ # Step 2. Update the actual webapp.
$ git clone https://github.com/jlinoff/jlinoff.github.io.git
.
.
$ cd jlinoff.github.io/qspm
$ unzip ../../qspm/webapp/qspm.zip
.
.
$ git commit -am'update qsmp'
In the future it would great to automate this as a release target in qsmp
.
Use github pages to host the page.
Ref: https://pages.github.com/