Skip to content

hsiaoyi0504/phylocanvas_i5k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phylocanvas_i5k

Try phylocanvas for visulizing organisms of i5k.

Quick Start

  • Install dependencies: npm install.
  • Generate bundle.js when developing: npm run dev
  • Build bundle.js: npm run build
  • Use prettier to prettify the codes: npm run prettify
  • Start the application: npm run start (will need python to start a simple http server).