Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.2 KB

Caffeine

Build Status DOI

This is the frontend client for Caffeine, a state-of-the-art web platform with the goal to put model-guided and data-driven design into practice in industrial biotechnology.

For more information, see dd-decaf.eu or visit the platform at caffeine.dd-decaf.eu.

Technology stack

Project setup

npm install

Development server

npx vue-cli-service serve --port 4200

Lint and fix files

npx vue-cli-service lint

Run unit tests

npx vue-cli-service test:unit

Run end-to-end tests

npx vue-cli-service test:e2e