Skip to content

Code to generate the GUI for the KE DIgital Dash

Notifications You must be signed in to change notification settings

AuRoN89/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

About

Code to generate the GUI for the KE DIgital Dash

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.6%
  • Svelte 17.7%
  • TypeScript 10.2%
  • kvlang 1.7%
  • CSS 1.2%
  • SCSS 1.1%
  • Other 2.5%