/quanthub

Provides parsing and visualisation of the concentration information from qPCR and plate readers

Primary LanguageJavaScriptMIT LicenseMIT

QuantHub

Does what it says on the tin.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn lint
yarn prettify

It is also possible to configure your editor to run prettier automatically on save

Run your unit tests

yarn run test:unit

Run your end-to-end tests

yarn run test:e2e