Skip to content

KaiserEngineering/digitaldash

Repository files navigation

Build Status

For more information see the wiki

Running Locally

Install pipenv

python -m pip install pipenv

Install Nodejs

  • TODO Instructions on this

Install Python and Nodejs packages

make install

If doing development work install Python dev deps and pre-commit

pipenv install --dev

# mac
brew install pre-commit

# pip
pip install pre-commit

# conda
conda install -c conda-forge pre-commit

Running the DD

make run

Testing

make test
make lint