Skip to content

reuter-group/peprmint-web

Repository files navigation

NodeJS with Webpack

image

Build:

Assume you've installed node and npm, and downloaded the source code:

$ cd web-client/ 

$ npm install  # install the dependencies, only needed for the first time

## run a development server on your local machine: 
$ npx webpack serve  # this will automatically reload the server after any file modifications

## then visit the webpage at: 
## http://localhost:8080

Development plan:

V1.0

  • display the information of each protrusion in a proper way/interactive design
  • auto-deploy script added

V1.1

  • visualize edges for convex hull (and thus co-insertables), related to #3
  • re-calculate for user selected sequence/chains, related to #2
  • support download of domains from CATH, #1

V1.2

  • update logo, name (PePr^2Vis), and page layout
  • add neighborhood information

V1.3

  • add PePr^2DS beta version

V1.4

  • more features/optmization for PePr^2DS: issue #5
  • choose a license
  • migrate website URL (to affiliated institute domain)

Other notes:

$ conda env create -f peprmint-web_conda_env.txt  # on Mac