BD2KGenomics / brca-website-deprecated

This repo is deprecated! Please use https://github.com/BD2KGenomics/brca-exchange
Apache License 2.0
6 stars 9 forks source link

website for BRCA challenge

To contribute: Fork the repository, make the changes, and submit pull request.

Build the frontend

The build is based on npm and webpack.

Build the server

The server runs on Django with postgres so install and set up those

Lint

Use npm run lint to run the lint rules. We lint with eslint and babel-eslint.

How to change the data file

This process will delete all the previous data from the variants table and replace it with data from a new tsv file.

References