Try phylocanvas for visulizing organisms of i5k.
- 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).