Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 297 Bytes

DEVELOPMENT.md

File metadata and controls

17 lines (13 loc) · 297 Bytes

Install pre-commit hooks

We use pre-commit.com to run a set of standard pre-commit hooks. You can install these as follows:

cd taxonium
pip install pre-commit
pre-commit install

Taxonium_web_client

cd taxonium_web_client
yarn install
yarn start