1155 Customized Dashboard
- Install node.js and npm
- Run
npm i
to install all node.js dependencies - Install bower by running
npm install -g bower
- Run
bower install
to install all bower dependencies - Install Python 3 (Must be Python 3)
- Run
pip install pynetworktables2js
to install Network Tables
There are two ways to run this dashboard
In the install directory, run
npm start
-
In the install directory, run
py -3 -m pynetworktables2js
-
To view the dashboard, use your browser to navigate to
http://localhost:8888