ciniiia / debio-genetic-analyst-ui

DeBio Network's Genetic Analyst dashboard UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeBio Network Genetic Analyst UI

Decentralized Sovereign Biomed

The Anonymous-First Platform for Medical and Bioinformatics Data.

Medium


DeBio Network is a decentralized anonymous-first platform for medical and bioinformatics data. It uses blockchain technology as the immutable transaction ledger to support its processes.

Project setup

cp .env-example .env

adjust the contents of the .env file

Install dependencies

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Run in Docker

First, install Docker and Docker Compose.

Run the following command.

./.maintain/docker/create-network.sh
./.maintain/docker/start-docker-compose.sh

Open http://127.0.0.1:8085 in your browser.

About

DeBio Network's Genetic Analyst dashboard UI.


Languages

Language:JavaScript 53.6%Language:Vue 42.9%Language:Sass 2.5%Language:Shell 0.4%Language:HTML 0.2%Language:Dockerfile 0.2%Language:SCSS 0.1%