/daedalus

An easy to use drone data visualizer

Primary LanguageTypeScript

Before contributing to this repo, please run npm install from the project root.

Instructions:

Run pip install pipenv Run pipenv shell (You will also need to run this command every time you want to start using this python environment) Run pipenv install

To start the backend (for dev), run flask run

When you want to install a new package, instead of running pip install {package}, run pipenv install {package}