# install frontend
cd frontend
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
#install backend
cd ../backend
# install dependencies
pip install todo
# run server
python app.py
(You have to run the backend manually after)
Discussion takes part at the official UAVCAN Forums, specifically at Yukon UI & Rest API and GUI Tool - Next Generation forum threads.
Most up to date swagger json is located at the SWAGGERHUB
branch, under /spec
. swagger.json