Skip to content

dna-seq/longevity-map

Repository files navigation

Longevity Map, new edition

This is a website which you can use to find the information about different human genetic variants associated with longevity (based on LongevityMap by João Pedro group). Currently in the development stage.

Setting up

The project depends on nodejs and yarn. Note: official software sources of Linux distributions rely on outdated versions of node and yarn The easiest way to install latest nodejs is using https://github.com/nvm-sh/nvm

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install node

Then install yarn and use it for dependencies resolution:

npm install -g yarn
yarn install

Getting started

with yarn

Install all dependencies according to the instructions on the bottom of readme.

Run yarn dev

yarn dev

Troubleshooting

Try to run the server and client separately.

Choose PORT and HOST

yarn server

and in another terminal

yarn client

About

Code for the future version of longevity map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published