/ncov-clades-schema

Renders SVG schema of SARS-CoV-2 clade as defined by Nextstrain

Primary LanguageJavaScript

ncov-clade-schema

https://ncov-clades-schema.vercel.app/

Visualizes current tree of SARS-CoV-2 clades. Allows to generate an SVG image of this tree.

Tree of Nextstrain clades

Comes originally from these sandboxes:

Development

Clone the repository and go to its directory.

Develop locally

Have Node.js 12+ (latest LTS is recommended) and yarn 1.x installed. Run:

yarn install
yarn dev

Open browser at

http://localhost:3000

Develop in docker

Have Docker installed. Run

./docker/dev yarn install
./docker/dev yarn dev

Open browser at

http://localhost:3000