Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 491 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 491 Bytes

Ptolomy UI

The front end for Ptolomy API.

TODO: create searchable field for gene filters

TODO: style the Data tab similar to the MMCA webpage

TODO: add loading animations

TODO: add functionality for bar charts

TODO: add annotations for multiple gene expressions

TODO: add button to delete plots

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build