Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 596 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 596 Bytes

Drug Combinations

Combining data from tripsit.

Importing data

cd app/src/data/
wget https://tripsit.me/combo_beta.json
wget https://raw.githubusercontent.com/TripSit/combogen/master/config.json

Development

This is and old create-react-app using Flow for types. Use nvm to get the correct node version.

Deploying

The plan (as of July 2023) is to migrate this site to GitHub pages. In the app/ folder running yarn deploy should build and deploy the latest site. You need to have installed the dependencies first.