- This is the webpage for the project PePrMInt from Reuter Lab
- For more details, e.g. source code, development plan, feedback etc, check https://github.com/reuter-group/peprmint-web
Prerequisites:
- download the source code of
peprmint-web
, and your working tree is clean - download this repository
- these two repositories are under the same folder:
$ ls
├── peprmint-web
├── reuter-group.github.io
Then:
$ cd reuter-group.github.io/
$ sh ./update_peprmint-web.sh # produce the the lateset production code
$ git add -A # better check everything is ok
$ git commit -m "you commit" # add some release notes here
$ git push # code is released! You'll see the website being updated after a few minutes