eSentire / qspm

Quantum safe password manager
MIT License
1 stars 0 forks source link

Use github pages to host the page #2

Closed jlinoff closed 3 years ago

jlinoff commented 3 years ago

Use github pages to host the page.

Ref: https://pages.github.com/

jlinoff commented 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.