LegumeFederation / cmap-js

Display and compare biological maps (genetic, physical, cytogenetic, genomic, linkage groups, chromosomes, scaffolds).
GNU General Public License v3.0
4 stars 2 forks source link

Minor UI improvements #144

Closed That-Thing closed 4 months ago

That-Thing commented 4 months ago

Quality of life UI improvements.

jd-campbell commented 4 months ago

@That-Thing Quick question: I have viewed/reviewed the code. I would like to also view the graphical UI to view the changes made. How would I do that? T

he README mentions demo at https://legumefederation.github.io/cmap-js but I am not sure if this demo has the minor changes that were made. Maybe we can go over this during the GitHub meeting later today.

That-Thing commented 4 months ago

To preview the changes you would have to clone the repo and run it locally.

Assuming you have node and NPM installed, you would run npm ci to install the dependencies, and then npm run watch to run locally.