If this is your first time running the app locally, navigate to the ui/app/ and run:
npm install
Navigate to the ui/app/ folder and run:
npm run start
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
python3 -m venv env --copies
. env/bin/activate
pip install -r requirements_dev.txt
python3 gene_trends/gene_trends.py
See our quick overview!
--