Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 762 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 762 Bytes

Gene-Trends

Gene-Trends React App

To run the local dev

Install dependencies locally

If this is your first time running the app locally, navigate to the ui/app/ and run:

npm install

How to start the app locally

Navigate to the ui/app/ folder and run:

npm run start

Deployment

On your local machine and gh-pages branch, run the following command line in the repo's root directory. And commit the updates to github.

bash deploy.sh

Install

python3 -m venv env --copies
. env/bin/activate
pip install -r requirements_dev.txt
python3 gene_trends/gene_trends.py

Docs

--