KaiserEngineering / digitaldash

Code to generate the GUI for the KE DIgital Dash
13 stars 3 forks source link

Build Status

For more information see the wiki

Running Locally

Install pipenv

python -m pip install pipenv

Install Nodejs

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